Fixed #2470
This commit is contained in:

committed by
Andrey Kamaev

parent
fe86f31f44
commit
5021a792b1
@@ -351,7 +351,7 @@ bool CvModelEstimator2::checkSubset( const CvMat* m, int count )
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return i >= i1;
|
return i > i1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user