andreanicastro / pyviso2

A SWIG Python wrapper around libviso2 visual odometry software from www.cvlibs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

A SWIG Python wrapper around libviso2 visual odometry software from www.cvlibs.net


Languages

Language:C++ 74.6%Language:C 17.1%Language:Python 8.3%Language:CMake 0.1%