Skip to content

Releases: makra89/Visual-Odometry-Cpp

Pre-Release Version v0.1-alpha

03 Mar 19:47
cdd061c
Compare
Choose a tag to compare
Pre-release

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)