fixed BoxFilter sanity test (different rounding results)
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 4 Jun 2013 10:59:47 +0000 (14:59 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 7 Jun 2013 12:32:43 +0000 (16:32 +0400)
modules/gpufilters/perf/perf_filters.cpp

index 0dc506b..64cf4cc 100644 (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
     {