HomeSort by relevance Sort by last modified time
    Searched refs:run8Point (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvfundam.cpp 665 virtual int run8Point( const CvMat* m1, const CvMat* m2, CvMat* model );
680 return modelPoints == 7 ? run7Point( m1, m2, model ) : run8Point( m1, m2, model );
791 int CvFMEstimator::run8Point( const CvMat* _m1, const CvMat* _m2, CvMat* _fmatrix )
992 result = estimator.run8Point(m1, m2, &_F3x3);
1010 estimator.run8Point(m1, m2, &_F3x3);
    [all...]
  /external/opencv3/modules/calib3d/src/
fundam.cpp 548 static int run8Point( const Mat& _m1, const Mat& _m2, Mat& _fmatrix )
681 int n = count == 7 ? run7Point(m1, m2, F) : run8Point(m1, m2, F);
    [all...]

Completed in 76 milliseconds