Ask Your Question

Anuj Potnis's profile - activity

2014-01-28 03:13:14 -0600 received badge  Student (source)
2014-01-27 14:21:13 -0600 received badge  Editor (source)
2014-01-27 14:20:03 -0600 asked a question 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

2014-01-20 20:26:03 -0600 commented answer Product of two matrices

Thanks Dominik for the solution. Solved my issue as well.