Merge pull request #2772 from akarsakov:ocl_pyramids

This commit is contained in:
Alexander Alekhin
2014-05-22 13:23:49 +04:00
committed by OpenCV Buildbot

View File

@@ -95,7 +95,7 @@ OCL_PERF_TEST_P(PyrUpFixture, PyrUp,
UMat src(srcSize, type), dst(dstSize, type);
declare.in(src, WARMUP_RNG).out(dst);
OCL_TEST_CYCLE() cv::pyrDown(src, dst);
OCL_TEST_CYCLE() cv::pyrUp(src, dst);
SANITY_CHECK(dst, eps);
}