Home
last modified time | relevance | path

Searched refs:_fmatrix (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dfundam.cpp439 static int run7Point( const Mat& _m1, const Mat& _m2, Mat& _fmatrix ) in run7Point() argument
452 double* fmatrix = _fmatrix.ptr<double>(); in run7Point()
548 static int run8Point( const Mat& _m1, const Mat& _m2, Mat& _fmatrix ) in run8Point() argument
561 double* fmatrix = _fmatrix.ptr<double>(); in run8Point()
/external/opencv/cv/src/
Dcvfundam.cpp683 int CvFMEstimator::run7Point( const CvMat* _m1, const CvMat* _m2, CvMat* _fmatrix ) in run7Point() argument
695 double* fmatrix = _fmatrix->data.db; in run7Point()
791 int CvFMEstimator::run8Point( const CvMat* _m1, const CvMat* _m2, CvMat* _fmatrix ) in run8Point() argument
804 double* fmatrix = _fmatrix->data.db; in run8Point()