HomeSort by relevance Sort by last modified time
    Searched full:modelpoints (Results 1 - 1 of 1) sorted by null

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

Completed in 110 milliseconds