Searched defs:ransacReprojThreshold (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvfundam.cpp577 CvMat* __H, int method, double ransacReprojThreshold,
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence );
576 cvFindHomography( const CvMat* objectPoints, const CvMat* imagePoints, CvMat* __H, int method, double ransacReprojThreshold, CvMat* mask ) argument

Completed in 53 milliseconds