Merge pull request #2772 from akarsakov:ocl_pyramids

pull/2631/merge
Alexander Alekhin 11 years ago committed by OpenCV Buildbot
commit 7249622ce7
  1. 2
      modules/imgproc/perf/opencl/perf_pyramid.cpp

@ -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);
}

Loading…
Cancel
Save