Reputation: 113
I'm using the OpenCV findEssentialMat function which uses Nister's five point algorithm to estimate the essential matrix given two vectors of corresponding points. For some reason the matrix E I get changes size. It's either a matrix with 6, 12 or 18 rows. I assume that each 3 rows together is one potential solution for the essential matrix and that I have to use RANSAC to check the distance and find the best inliers, but why does the number of essential matrix's change?
Upvotes: 0
Views: 47