Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what is CV_FM_RANSAC_ONLY ?

Hello everybody, I'm working with opencv 2.4.2 and I find that after opencv 2.4.1, findFundamentalMat function support 2 separate methods for RANSAC algorithm, CV_FM_RANSAC and CV_FM_RANSAC_ONLY with the same default parameters. I couldn't find any reference and details about the CV_FM_RANSAC_ONLY in opencv documentation 2.4.1 and 2.4.2. Anybody know what is the difference between implementation of CV_FM_RANSAC_ONLY and CV_FM_RANSAC ? In generally, which one is better?

click to hide/show revision 2
No.2 Revision

what is CV_FM_RANSAC_ONLY ?

Hello everybody, I'm working with opencv 2.4.2 and I find that after opencv 2.4.1, findFundamentalMat findFundamentalMat function support 2 separate methods for RANSAC RANSAC algorithm, CV_FM_RANSAC CV_FM_RANSAC and CV_FM_RANSAC_ONLY CV_FM_RANSAC_ONLY with the same default parameters. I couldn't find any reference and details about the CV_FM_RANSAC_ONLY CV_FM_RANSAC_ONLY in opencv documentation 2.4.1 and 2.4.2. Anybody know what is the difference between implementation of CV_FM_RANSAC_ONLY CV_FM_RANSAC_ONLY and CV_FM_RANSAC CV_FM_RANSAC ? In generally, which one is better?