mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
changed eps in ocl::GaussianBlur test
This commit is contained in:
@@ -272,7 +272,7 @@ OCL_TEST_P(GaussianBlurTest, Mat)
|
||||
GaussianBlur(src_roi, dst_roi, Size(ksize, ksize), sigma1, sigma2, borderType);
|
||||
ocl::GaussianBlur(gsrc_roi, gdst_roi, Size(ksize, ksize), sigma1, sigma2, borderType);
|
||||
|
||||
Near();
|
||||
Near(CV_MAT_DEPTH(type) == CV_8U ? 3 : 1e-6, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user