VINS-Fisheye icon indicating copy to clipboard operation
VINS-Fisheye copied to clipboard

cv::Mat E = cv::findFundamentalMat(ll, rr, cv::FM_RANSAC, 0.3 / 460, 0.99, mask);

Open DavidNY123 opened this issue 2 years ago • 2 comments

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?

DavidNY123 avatar Jun 06 '22 13:06 DavidNY123

This code is not used in VINS-Fisheye, it's for mono initialization.

xuhao1 avatar Jun 14 '22 04:06 xuhao1

This code is not used in VINS-Fisheye, it's for mono initialization.

Ok, but is it right for mono initialization?

DavidNY123 avatar Jun 14 '22 07:06 DavidNY123