OpenCV: Fundamental matrix accuracy
问题 I am trying to calculate the fundamental matrix of 2 images (different photos of a static scene taken by a same camera). I calculated it using findFundamentalMat and I used the result to calculate other matrices (Essential, Rotation, ...). The results were obviously wrong. So, I tried to be sure of the accuracy of the calculated fundamental matrix. Using the epipolar constraint equation , I Computed fundamental matrix error. The error is very high (like a few hundreds). I do not know what is