Searched refs:CV_FM_7POINT (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvfundam.cpp963 (fmatrix->rows == 3 || (fmatrix->rows == 9 && method == CV_FM_7POINT)) );
988 CvFMEstimator estimator( MIN(count, (method & 3) == CV_FM_7POINT ? 7 : 8) );
/external/opencv/cv/include/
H A Dcv.h1365 #define CV_FM_7POINT 1 macro

Completed in 394 milliseconds