Commit 7cba3ac4 authored by Elena Gvozdeva's avatar Elena Gvozdeva

small fix for GaussianBlur ocl test

parent d0f789dc
......@@ -225,7 +225,7 @@ OCL_TEST_P(GaussianBlurTest, Mat)
OCL_OFF(cv::GaussianBlur(src_roi, dst_roi, Size(ksize, ksize), sigma1, sigma2, borderType));
OCL_ON(cv::GaussianBlur(usrc_roi, udst_roi, Size(ksize, ksize), sigma1, sigma2, borderType));
Near(CV_MAT_DEPTH(type) >= CV_32F ? 5e-5 : 1, false);
Near(CV_MAT_DEPTH(type) >= CV_32F ? 7e-5 : 1, false);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment