fixed ocl tests for BlendLinear, BoxFilter, Integral

This commit is contained in:
Elena Gvozdeva
2014-08-04 11:28:48 +04:00
parent a05ce00a65
commit 8c2c3b54d9
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ OCL_TEST_P(BlendLinear, Accuracy)
OCL_OFF(cv::blendLinear(src1_roi, src2_roi, weights1_roi, weights2_roi, dst_roi));
OCL_ON(cv::blendLinear(usrc1_roi, usrc2_roi, uweights1_roi, uweights2_roi, udst_roi));
Near(depth <= CV_32S ? 1.0 : 0.2);
Near(depth <= CV_32S ? 1.0 : 0.5);
}
}