Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kemfic/vopy

simple visual odometry in python
https://github.com/kemfic/vopy

computer-vision opencv opencv-python opencv3 opencv3-python python robotics slam visual-odometry

Last synced: 20 days ago
JSON representation

simple visual odometry in python

Awesome Lists containing this project

README

        

# VOpy
simple visual odometry in python ~~(***now with with pose graph optimization!***)~~ [fake news without other measurements]

to see dead simple VO, check out the vopy_old branch




pipeline
---
- Shi-Tomasi Corner Detection (Good Features to Track)
- ORB Descriptor Extraction
- Brute Force K-Nearest Neighbors Search (Feature Matching)
- RANSAC 5-point Essential Matrix Estimation
- Decompose Essential Matrix into a pose(Rt) matrix
- output pose

todo
---
- writeup
- merge with ficiciSLAM

dependencies
---
- opencv
- numpy
- [pangolin (uoip fork)](https://github.com/uoip/pangolin)