This commit is contained in:
Ilya Lysenkov 2013-01-28 12:41:09 +04:00 committed by Andrey Kamaev
parent fe86f31f44
commit 5021a792b1

View File

@ -351,7 +351,7 @@ bool CvModelEstimator2::checkSubset( const CvMat* m, int count )
break;
}
return i >= i1;
return i > i1;
}