Releases: makra89/Visual-Odometry-Cpp
Releases · makra89/Visual-Odometry-Cpp
Pre-Release Version v0.1-alpha
Most important functionality for visual odometry has been added:
- All software components are in place
- Feature detection, description and matching
- Possibility to train the BRIEF descriptor
- Delta Movements between subsequent frames can be calculated
Shortcomings:
- Relative scale cannot be calculated robust --> switched off
- More robust way of calculating deltas has to be used (keyframes + PnP for intermediate ones)