News

Python bindings for the Point Cloud Library (PCL). Contribute to paul3451/pclpy development by creating an account on GitHub.
Many other python libraries tried to bind PCL. The most popular one being python-pcl, which uses Cython. While Cython is really powerful, binding C++ templates isn't one of its strenghts (and PCL uses ...