Home
last modified time | relevance | path

Searched refs:cpu_descriptors (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/objdetect/test/opencl/
Dtest_hogdetector.cpp85 std::vector<float> cpu_descriptors; in OCL_TEST_P() local
88 OCL_OFF(hog.compute(img, cpu_descriptors, hog.winSize)); in OCL_TEST_P()
91 Mat cpu_desc(cpu_descriptors), gpu_desc(gpu_descriptors); in OCL_TEST_P()
/external/opencv3/modules/cudafeatures2d/perf/
Dperf_features2d.cpp137 cv::Mat cpu_descriptors; variable
139 TEST_CYCLE() orb->detectAndCompute(img, cv::noArray(), cpu_keypoints, cpu_descriptors);
142 SANITY_CHECK(cpu_descriptors);