fixed BoxFilter sanity test (different rounding results)

This commit is contained in:
Vladislav Vinogradov 2013-06-04 14:59:47 +04:00
parent 302250f241
commit 4d9a1cf14b

View File

@ -72,7 +72,7 @@ PERF_TEST_P(Sz_Type_KernelSz, Blur,
TEST_CYCLE() cv::gpu::blur(d_src, dst, cv::Size(ksize, ksize));
GPU_SANITY_CHECK(dst);
GPU_SANITY_CHECK(dst, 1);
}
else
{