mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Fixed #2470
This commit is contained in:
parent
fe86f31f44
commit
5021a792b1
@ -351,7 +351,7 @@ bool CvModelEstimator2::checkSubset( const CvMat* m, int count )
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return i >= i1;
|
return i > i1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user