appended ocl::finish to test_cycle defines
This commit is contained in:

committed by
Ilya Lavrenov

parent
525b6eca2e
commit
3c86aa4ae1
@@ -72,7 +72,7 @@ PERF_TEST(HOGFixture, HOG)
|
||||
ocl_hog.setSVMDetector(ocl_hog.getDefaultPeopleDetector());
|
||||
ocl::oclMat oclSrc(src);
|
||||
|
||||
TEST_CYCLE() ocl_hog.detectMultiScale(oclSrc, found_locations);
|
||||
OCL_TEST_CYCLE() ocl_hog.detectMultiScale(oclSrc, found_locations);
|
||||
|
||||
SANITY_CHECK(found_locations, 1 + DBL_EPSILON);
|
||||
}
|
||||
|
Reference in New Issue
Block a user