pull/342/merge
Ilya Lysenkov 12 years ago committed by Andrey Kamaev
parent fe86f31f44
commit 5021a792b1
  1. 2
      modules/calib3d/src/modelest.cpp

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

Loading…
Cancel
Save