Fixed cv::pyrUp performance test
This commit is contained in:
parent
ada2879faa
commit
fa1ed5580d
@ -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…
x
Reference in New Issue
Block a user