Searched refs:use_gpu (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/samples/gpu/ |
D | hog.cpp | 76 bool use_gpu; member in App 219 use_gpu = true; in App() 304 else if (use_gpu) cvtColor(frame, img_aux, COLOR_BGR2BGRA); in run() 316 if (use_gpu) in run() 341 if (use_gpu) in run() 384 use_gpu = !use_gpu; in handleKey() 385 cout << "Switched to " << (use_gpu ? "CUDA" : "CPU") << " mode\n"; in handleKey()
|
/external/opencv3/samples/cpp/ |
D | videostab.cpp | 192 …MotionEstimatorRansacL2Builder(CommandLineParser &command, bool use_gpu, const string &_prefix = "… in MotionEstimatorRansacL2Builder() argument 193 : IMotionEstimatorBuilder(command), gpu(use_gpu), prefix(_prefix) {} in MotionEstimatorRansacL2Builder() 243 MotionEstimatorL1Builder(CommandLineParser &command, bool use_gpu, const string &_prefix = "") in MotionEstimatorL1Builder() argument 244 : IMotionEstimatorBuilder(command), gpu(use_gpu), prefix(_prefix) {} in MotionEstimatorL1Builder()
|