Commit 5021a792 authored by Ilya Lysenkov's avatar Ilya Lysenkov Committed by Andrey Kamaev

Fixed #2470

parent fe86f31f
...@@ -351,7 +351,7 @@ bool CvModelEstimator2::checkSubset( const CvMat* m, int count ) ...@@ -351,7 +351,7 @@ bool CvModelEstimator2::checkSubset( const CvMat* m, int count )
break; break;
} }
return i >= i1; return i > i1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment