getCudaEnabledDeviceCount  549 modules/core/include/opencv2/core/cuda.hpp CV_EXPORTS int getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  568 modules/core/include/opencv2/core/cuda.inl.hpp     CV_Assert( device_id >= 0 && device_id < getCudaEnabledDeviceCount() );
getCudaEnabledDeviceCount  319 modules/core/src/cuda_info.cpp         int count = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  960 modules/core/src/cuda_info.cpp     int count = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount 1046 modules/core/src/cuda_info.cpp     int count = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  363 modules/core/src/cuda_stream.cpp             int deviceCount = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  387 modules/core/src/cuda_stream.cpp             int deviceCount = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  648 modules/core/src/cuda_stream.cpp         const int deviceCount = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  206 modules/stitching/src/blenders.cpp     can_use_gpu_ = try_gpu && cuda::getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  561 modules/stitching/src/matchers.cpp     if (try_use_gpu && getCudaEnabledDeviceCount() > 0)
getCudaEnabledDeviceCount   60 modules/stitching/src/stitcher.cpp     if (try_use_gpu && cuda::getCudaEnabledDeviceCount() > 0)
getCudaEnabledDeviceCount  548 modules/stitching/src/stitcher.cpp     if (try_use_gpu && cuda::getCudaEnabledDeviceCount() > 0)
getCudaEnabledDeviceCount  265 modules/ts/src/cuda_perf.cpp         for (int i = 0; i < cv::cuda::getCudaEnabledDeviceCount(); i++)
getCudaEnabledDeviceCount  159 modules/ts/src/cuda_test.cpp         if (i < 0 || i >= getCudaEnabledDeviceCount())
getCudaEnabledDeviceCount  178 modules/ts/src/cuda_test.cpp         int deviceCount = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  866 modules/ts/src/ts_perf.cpp     param_cuda_device      = std::max(0, std::min(cv::cuda::getCudaEnabledDeviceCount(), args.get<int>("perf_cuda_device")));
getCudaEnabledDeviceCount  774 modules/videostab/src/global_motion.cpp     CV_Assert(cuda::getCudaEnabledDeviceCount() > 0);
getCudaEnabledDeviceCount   69 modules/videostab/src/optical_flow.cpp     CV_Assert(cuda::getCudaEnabledDeviceCount() > 0);
getCudaEnabledDeviceCount  117 modules/videostab/src/optical_flow.cpp     CV_Assert(cuda::getCudaEnabledDeviceCount() > 0);
getCudaEnabledDeviceCount  388 samples/cpp/stitching_detailed.cpp         if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0)
getCudaEnabledDeviceCount  594 samples/cpp/stitching_detailed.cpp     if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0)
getCudaEnabledDeviceCount  677 samples/cpp/stitching_detailed.cpp         if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0)
getCudaEnabledDeviceCount  686 samples/cpp/stitching_detailed.cpp         if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0)
getCudaEnabledDeviceCount  132 samples/gpu/cascadeclassifier.cpp     if (getCudaEnabledDeviceCount() == 0)
getCudaEnabledDeviceCount  163 samples/gpu/cascadeclassifier_nvidia_api.cpp     ncvAssertPrintReturn(cv::cuda::getCudaEnabledDeviceCount() != 0, "No GPU found or the library is compiled without CUDA support", -1);
getCudaEnabledDeviceCount   74 samples/gpu/driver_api_multi.cpp     int num_devices = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  104 samples/gpu/driver_api_stereo_multi.cpp     int num_devices = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount   51 samples/gpu/multi.cpp     int num_devices = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  159 samples/gpu/performance/performance.cpp     int num_devices = getCudaEnabledDeviceCount();
getCudaEnabledDeviceCount  364 samples/gpu/stereo_multi.cpp     const int numDevices = getCudaEnabledDeviceCount();