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 ...
Currently the PCL-based code for algorithms is compiled and then executed from Python, using files to exchange data from PCL (C++) code to Python code. It would be more convenient to have this code ...