Searched refs:findInliers (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvfundam.cpp | 75 virtual int findInliers( const CvMat* m1, const CvMat* m2, 109 int CvModelEstimator2::findInliers( const CvMat* m1, const CvMat* m2, in findInliers() function in CvModelEstimator2 219 goodCount = findInliers( m1, m2, &model_i, err, tmask, reprojThreshold ); in runRANSAC() 337 count = findInliers( m1, m2, model, err, mask, sigma ); in CV_IMPLEMENT_QSORT()
|