mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #2772 from akarsakov:ocl_pyramids
This commit is contained in:
commit
7249622ce7
@ -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…
Reference in New Issue
Block a user