pavithranp / SFMPython

A simple implementation of Structure From Motion in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplified SFM

Frame1 Frame2
frame1 frame2
1. Keypoints matching: SIFT , Flann based matching
2. Estimate Fundamental matrix, Essential matix
3. Recover Camera pose and triangulate the matched points in world coordinates, camera chirality
4. !!!Missing Bundle Adjustment

Key points matched

Matplotlib Visualization

About

A simple implementation of Structure From Motion in python.


Languages

Language:Python 100.0%