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

committed by
Ilya Lavrenov

parent
525b6eca2e
commit
3c86aa4ae1
@@ -77,7 +77,7 @@ PERF_TEST_P(GoodFeaturesToTrackFixture, GoodFeaturesToTrack,
|
||||
ocl::oclMat oclFrame(frame), pts_oclmat;
|
||||
ocl::GoodFeaturesToTrackDetector_OCL detector(maxCorners, qualityLevel, minDistance);
|
||||
|
||||
TEST_CYCLE() detector(oclFrame, pts_oclmat);
|
||||
OCL_TEST_CYCLE() detector(oclFrame, pts_oclmat);
|
||||
|
||||
detector.downloadPoints(pts_oclmat, pts_gold);
|
||||
|
||||
|
Reference in New Issue
Block a user