Commit 26d53c74 authored by vbystricky's avatar vbystricky

Change threshold from 2.0 to 1.0 in the test

parent b719ed79
...@@ -122,7 +122,7 @@ OCL_TEST_P(SepFilter2D, Mat) ...@@ -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_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)); OCL_ON(cv::sepFilter2D(usrc_roi, udst_roi, -1, kernelX, kernelY, anchor, 0.0, borderType));
Near(2.0); Near(1.0);
} }
} }
......
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