Searched refs:CV_RANSAC (Results 1 – 4 of 4) sorted by relevance
87 #define CV_RANSAC 8 macro90 #define CV_FM_RANSAC_ONLY CV_RANSAC92 #define CV_FM_RANSAC CV_RANSAC
1195 #define CV_RANSAC 8 in LOAD_CHDL() macro1368 #define CV_FM_RANSAC_ONLY CV_RANSAC in LOAD_CHDL()1370 #define CV_FM_RANSAC CV_RANSAC in LOAD_CHDL()
43 cv::Mat H = cv::findHomography(points1, points2, CV_RANSAC, 5);51 Mat H = findHomography(points1, points2, CV_RANSAC, 5 );
621 else if( method == CV_RANSAC ) in cvFindHomography()1000 if( (method & ~3) == CV_RANSAC ) in cvFindFundamentalMat()