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

  /external/opencv/cv/src/
cvfundam.cpp 963 (fmatrix->rows == 3 || (fmatrix->rows == 9 && method == CV_FM_7POINT)) );
988 CvFMEstimator estimator( MIN(count, (method & 3) == CV_FM_7POINT ? 7 : 8) );
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 71 milliseconds