Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 395 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 395 Bytes

pyviso2: SWIG python bindings for libviso2

Fork of https://github.com/jlowenz/pyviso2, with additional wrappers for exposing the matching API (the original only contained wrappers for Visual Odometry).

Installation instructions

Make sure you have SWIG installed (on Ubuntu: sudo apt-get install swig), and then you can use pip to install pyviso2.

cd src/

pip install -e .