Searched refs:cpu_found (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/objdetect/test/opencl/ |
D | test_hogdetector.cpp | 107 std::vector<Rect> cpu_found; in OCL_TEST_P() local 110 OCL_OFF(hog.detectMultiScale(img, cpu_found, 0, Size(8, 8), Size(0, 0), 1.05, 6)); in OCL_TEST_P() 113 EXPECT_LT(checkRectSimilarity(img.size(), cpu_found, gpu_found), 0.05); in OCL_TEST_P()
|