Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/test/opencl/
Dtest_hogdetector.cpp86 std::vector<float> gpu_descriptors; in OCL_TEST_P() local
89 OCL_ON(hog.compute(uimg, gpu_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.cpp122 cv::Mat gpu_descriptors(d_descriptors);
125 gpu_descriptors = gpu_descriptors.rowRange(0, 10);
127 sortKeyPoints(gpu_keypoints, gpu_descriptors);
130 SANITY_CHECK(gpu_descriptors);