laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.01k stars 354 forks source link

ransac two-pt translation-only relative pose in python #82

Open dimatura opened 5 years ago

dimatura commented 5 years ago

This adds python bindings for the translation-only 2 pt relative pose estimation with RANSAC, along with the corresponding test in test.py. The test code yields the expected output.