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

/external/opencv/cv/include/
H A Dcv.h1195 #define CV_RANSAC 8 macro
1368 #define CV_FM_RANSAC_ONLY CV_RANSAC
1370 #define CV_FM_RANSAC CV_RANSAC
/external/opencv/cv/src/
H A Dcvfundam.cpp621 else if( method == CV_RANSAC )
1000 if( (method & ~3) == CV_RANSAC )

Completed in 86 milliseconds