Home
last modified time | relevance | path

Searched refs:CV_RANSAC (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/calib3d/include/opencv2/calib3d/
Dcalib3d_c.h87 #define CV_RANSAC 8 macro
90 #define CV_FM_RANSAC_ONLY CV_RANSAC
92 #define CV_FM_RANSAC CV_RANSAC
/external/opencv/cv/include/
Dcv.h1195 #define CV_RANSAC 8 in LOAD_CHDL() macro
1368 #define CV_FM_RANSAC_ONLY CV_RANSAC in LOAD_CHDL()
1370 #define CV_FM_RANSAC CV_RANSAC in LOAD_CHDL()
/external/opencv3/modules/core/doc/
Dintro.markdown43 cv::Mat H = cv::findHomography(points1, points2, CV_RANSAC, 5);
51 Mat H = findHomography(points1, points2, CV_RANSAC, 5 );
/external/opencv/cv/src/
Dcvfundam.cpp621 else if( method == CV_RANSAC ) in cvFindHomography()
1000 if( (method & ~3) == CV_RANSAC ) in cvFindFundamentalMat()