fixed BoxFilter sanity test (different rounding results)
This commit is contained in:
parent
302250f241
commit
4d9a1cf14b
@ -72,7 +72,7 @@ PERF_TEST_P(Sz_Type_KernelSz, Blur,
|
|||||||
|
|
||||||
TEST_CYCLE() cv::gpu::blur(d_src, dst, cv::Size(ksize, ksize));
|
TEST_CYCLE() cv::gpu::blur(d_src, dst, cv::Size(ksize, ksize));
|
||||||
|
|
||||||
GPU_SANITY_CHECK(dst);
|
GPU_SANITY_CHECK(dst, 1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user