8000 GitHub - rishabh-battulwar/pyRpp: Robust Planar Pose based on https://github.com/arthur1026/RobustPlanarPose
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rishabh-battulwar/pyRpp

Repository files navigation

pyRpp

Robust Planar Pose based on https://github.com/arthur1026/RobustPlanarPose

Installation

git clone --recursive https://github.com/rishabh-battulwar/pyRpp.git
cd pyRpp
mkdir build && cd build
cmake ..
make -j 4

Basic Test

python -m python.test

Install library to a local directory

make install
0