orb-slam-py
orb-slam-py copied to clipboard
ORB-SLAM in python
SLAM from scratch
- display a video frame by frame (DONE)
- get ORB feature (DONE)
- draw matches (DONE)
- better matches (DONE)
- estimate essential matrix and extract R and t from it (DONE)
- pangolin ready