Open DavidNY123 opened 2 years ago
In solve_5pts.cpp line 215 I think "cv::findFundamentalMat" should be "cv::findEssentialMat" I think this should use essential matrix in stead of fundamental matrix , am I right? Or do I have any misunderstanding about the code?
This code is not used in VINS-Fisheye, it's for mono initialization.
Ok, but is it right for mono initialization?
In solve_5pts.cpp line 215 I think "cv::findFundamentalMat" should be "cv::findEssentialMat" I think this should use essential matrix in stead of fundamental matrix , am I right? Or do I have any misunderstanding about the code?