pcl icon indicating copy to clipboard operation
pcl copied to clipboard

Python Binding of PCL Requesting

Open jiapei-nexera opened this issue 2 years ago • 2 comments

In one word:

Is there a Python binding of PCL?

jiapei-nexera avatar Jun 15 '22 22:06 jiapei-nexera

Hello,

I believe that there are a few bindings available online but they are not officially supported by the team here.

For example this one (https://pypi.org/project/pclpy/). As disclaimer, I never tested it so I don't know if it's any good.

If you only required basic point cloud manipulation, Open3D may be a better option for you, though it lacks a lot of the PCL features.

Regards,

EZ

EvanZarrella avatar Jun 16 '22 09:06 EvanZarrella

Another option would be to use the pyntcloud library - which also supports pcd files and is still actively maintained

Zhoukuntao avatar Sep 09 '22 06:09 Zhoukuntao