mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +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;
|
||||
}
|
||||
|
||||
return i >= i1;
|
||||
return i > i1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user