Commit 62f90219 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3064 from ElenaGvozdeva:ocl_GaussianBlur

parents 74457cd3 7cba3ac4
......@@ -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