mgualti / PointCloudsPython

Simple PCL bindings for Python and other utilities for processing point clouds.

Home Page:http://www.ccs.neu.edu/home/mgualti/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Build library:

  mkdir build; cd build
  cmake ..
  make

2. Edit .bashrc:

export PYTHONPATH=/home/[user]/Projects/PointCloudsPython:$PYTHONPATH

3. Test library:

cd /home/[user]/Projects/PointCloudsPython
chmod u+x test.py
./test.py

About

Simple PCL bindings for Python and other utilities for processing point clouds.

http://www.ccs.neu.edu/home/mgualti/

License:MIT License


Languages

Language:Python 67.4%Language:C++ 31.8%Language:CMake 0.8%