Skip to content

Monocular visual odometry implementations using OpenCV in both C++ and Python

License

Notifications You must be signed in to change notification settings

ChanJoon/mono-vo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monocular visual odometry

Prerequisite

This repository's code is specifically tailored to work with the KITTI Visual Odometry Dataset. Users interested in utilizing or experimenting with this code will need to download KITTI Visual Odometry Dataset.

How to use

mkdir build && cd build
cmake ..
cmake --build .
./MonoVO <sequence> # 00 to 10

TODO

  • : Calculate relative scale and update Coordinates
  • : Refactoring

References

About

Monocular visual odometry implementations using OpenCV in both C++ and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published