]> rtime.felk.cvut.cz Git - opencv.git/blobdiff - opencv/tests/cv/src/astereomatching.cpp
updated threshold of stereobm test
[opencv.git] / opencv / tests / cv / src / astereomatching.cpp
index 17c3afafb8f08454882a1e40936524621c642825..de91aa37ba30f341bf28d27a68a386ae487b5cf4 100755 (executable)
@@ -657,7 +657,7 @@ class CV_StereoBMTest : public CV_StereoMatchingTest
 {
 public:
     CV_StereoBMTest() : CV_StereoMatchingTest( "stereobm" )
-    { fill(rmsEps.begin(), rmsEps.end(), 0.4f); fill(fracEps.begin(), fracEps.end(), 0.02f); }
+    { fill(rmsEps.begin(), rmsEps.end(), 0.4f); fill(fracEps.begin(), fracEps.end(), 0.022f); }
 
 protected:
     struct RunParams