appended ocl::finish to test_cycle defines

This commit is contained in:
ilya-lavrenov
2013-08-27 18:46:30 +04:00
committed by Ilya Lavrenov
parent 525b6eca2e
commit 3c86aa4ae1
21 changed files with 74 additions and 70 deletions

View File

@@ -72,7 +72,7 @@ PERF_TEST_P(MomentsFixture, DISABLED_Moments,
{
ocl::oclMat oclSrc(src);
TEST_CYCLE() mom = cv::ocl::ocl_moments(oclSrc, binaryImage); // TODO Use oclSrc
OCL_TEST_CYCLE() mom = cv::ocl::ocl_moments(oclSrc, binaryImage); // TODO Use oclSrc
cv::HuMoments(mom, dst);
SANITY_CHECK(dst);