1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00
This commit is contained in:
Ilya Lysenkov
2013-01-28 12:41:09 +04:00
committed by Andrey Kamaev
parent fe86f31f44
commit 5021a792b1
+1 -1
View File
@@ -351,7 +351,7 @@ bool CvModelEstimator2::checkSubset( const CvMat* m, int count )
break;
}
return i >= i1;
return i > i1;
}