1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Update window_gtk.cpp

Update miniflann.cpp

Update test_stereomatching.cpp
This commit is contained in:
Suleyman TURKMEN
2017-09-03 03:37:30 +03:00
parent 62c6656130
commit ee6aacee9c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ int CV_StereoMatchingTest::processStereoMatchingResults( FileStorage& fs, int ca
{
absdiff( trueRightDisp, Scalar(params.dispUnknVal), rightUnknMask );
rightUnknMask = rightUnknMask < numeric_limits<float>::epsilon();
assert(leftUnknMask.type() == CV_8UC1);
assert(rightUnknMask.type() == CV_8UC1);
}
// calculate errors