Searched refs:computeReprojError (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvfundam.cpp | 73 virtual void computeReprojError( const CvMat* m1, const CvMat* m2, 117 computeReprojError( m1, m2, model, _err ); in findInliers() 318 computeReprojError( m1, m2, &model_i, err ); in CV_IMPLEMENT_QSORT() 433 virtual void computeReprojError( const CvMat* m1, const CvMat* m2, 506 void CvHomographyEstimator::computeReprojError( const CvMat* m1, const CvMat* m2, in computeReprojError() function in CvHomographyEstimator 667 virtual void computeReprojError( const CvMat* m1, const CvMat* m2, 913 void CvFMEstimator::computeReprojError( const CvMat* _m1, const CvMat* _m2, in computeReprojError() function in CvFMEstimator
|