1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fixed BoxFilter sanity test (different rounding results)

This commit is contained in:
Vladislav Vinogradov
2013-06-04 14:59:47 +04:00
parent 516e5b2563
commit 4a770535c4
+1 -1
View File
@@ -72,7 +72,7 @@ PERF_TEST_P(Sz_Type_KernelSz, Filters_Blur,
TEST_CYCLE() cv::gpu::blur(d_src, dst, cv::Size(ksize, ksize));
GPU_SANITY_CHECK(dst);
GPU_SANITY_CHECK(dst, 1);
}
else
{