Error implementing findFundamentalMat()
Hi, I am getting an error while trying to implement: Mat F = findFundamentalMat(imgpts1, imgpts2,FM_RANSAC, 0.1, 0.99);
The error says: error: use of undeclared identifier 'FM_RANSAC'.
Other details: Using Eclipse Kepler with C/C++ Development Tools, C++, Mac OSx 10.9.1
CV_FM_RANSAC or CV_RANSAC in 2.4.*
FM_RANSAC in 3.0