How to use five-point.cpp
Hi there,
I notice a nice little function has appeared in opencv : five-point.cpp. However I can't figure how to use the various functions inside. Is there an example available ? If the functions are not mature yet, I would be glad to test them.
Best regards,
Guido
The 5-Point algorithm returns 10 solutions for E. I am facing this problem as I am trying to implement this algorithms for my academic project. 1. Which Matrix out of the 10 solutions to be choosen as the Essential Matrix. What's the criteria for that? 2. How to generalize the 5-point algorithm for more than 5 points(RANSAC inliers) for final Motion Estimation. Thank you in advance for any help in this issue.
with best regards, Durga Prasad.