Lines Matching defs:m2
109 int CvModelEstimator2::findInliers( const CvMat* m1, const CvMat* m2, in findInliers()
162 bool CvModelEstimator2::runRANSAC( const CvMat* m1, const CvMat* m2, CvMat* model, in runRANSAC()
353 bool CvModelEstimator2::getSubset( const CvMat* m1, const CvMat* m2, in getSubset()
444 int CvHomographyEstimator::runKernel( const CvMat* m1, const CvMat* m2, CvMat* H ) in runKernel()
506 void CvHomographyEstimator::computeReprojError( const CvMat* m1, const CvMat* m2, in computeReprojError()
524 bool CvHomographyEstimator::refine( const CvMat* m1, const CvMat* m2, CvMat* model, int maxIters ) in refine()
678 int CvFMEstimator::runKernel( const CvMat* m1, const CvMat* m2, CvMat* model ) in runKernel()
694 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr; in run7Point() local
803 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr; in run8Point() local
918 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr; in computeReprojError() local
951 CvMat *m1 = 0, *m2 = 0, *tempMask = 0; in cvFindFundamentalMat() local