fixed BoxFilter sanity test (different rounding results)

pull/964/head
Vladislav Vinogradov 12 years ago
parent 302250f241
commit 4d9a1cf14b
  1. 2
      modules/gpufilters/perf/perf_filters.cpp

@ -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
{

Loading…
Cancel
Save