Change threshold from 2.0 to 1.0 in the test

This commit is contained in:
vbystricky 2013-12-27 16:26:34 +04:00
parent b719ed79c2
commit 26d53c7435

View File

@ -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);
}
}