mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
Change threshold from 2.0 to 1.0 in the test
This commit is contained in:
parent
b719ed79c2
commit
26d53c7435
@ -122,7 +122,7 @@ OCL_TEST_P(SepFilter2D, Mat)
|
||||
OCL_OFF(cv::sepFilter2D(src_roi, dst_roi, -1, kernelX, kernelY, anchor, 0.0, borderType));
|
||||
OCL_ON(cv::sepFilter2D(usrc_roi, udst_roi, -1, kernelX, kernelY, anchor, 0.0, borderType));
|
||||
|
||||
Near(2.0);
|
||||
Near(1.0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user