Home
last modified time | relevance | path

Searched refs:modelPoints (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvfundam.cpp83 int modelPoints; member in CvModelEstimator2
92 modelPoints = _modelPoints; in CvModelEstimator2()
179 if( count < modelPoints ) in runRANSAC()
186 if( count > modelPoints ) in runRANSAC()
188 ms1 = cvCreateMat( 1, modelPoints, m1->type ); in runRANSAC()
189 ms2 = cvCreateMat( 1, modelPoints, m2->type ); in runRANSAC()
201 if( count > modelPoints ) in runRANSAC()
203 bool found = getSubset( m1, m2, ms1, ms2, modelPoints ); in runRANSAC()
221 if( goodCount > MAX(maxGoodCount, modelPoints-1) ) in runRANSAC()
227 (double)(count - goodCount)/count, modelPoints, niters ); in runRANSAC()
[all …]