python-pcl
python-pcl copied to clipboard
Python bindings to the pointcloud library (pcl)
Is it available a PyQt integration for this PCL python wrapper? Also, is this project dead/discontinued? All the tutorial sources point to a 404...
This change is [](https://reviewable.io/reviews/strawlab/python-pcl/383)
Hello there, I'm trying to install python-pcl on macOS 10.12.5. I've successfully installed PCL 1.8.1 using Brew with the following command, ``brew install pcl``. I can confirm that PCL has...
Hi, I am a Ubuntu 16.04 user with PCL-1.8.0 installed. When I run the setup.py file Python-PCL binding, I get the following error. It says that it cannot find pcl/point_cloud.h....
Is there a way to project my clustered _(xyzi)_ **point cloud to an image**,with the intensity being the pixel value, so I can input it to a neural network?
The deprecated argument in the following line causes a _ValueError_ when running `test_registration.py`. The update is discussed [here](https://docs.scipy.org/doc/numpy-1.16.0/release.html#invalid-arguments-for-array-ordering) in the release notes. > transf = np.empty((4, 4), dtype=np.float32, order='F') >...
i was used pcl1.81 in window10, python37 when import the pcl in python37 throw error: Python37\lib\site-packages\python_pcl-0.3-py3.7-win-amd64.egg\pcl\__init__.py", line 5, in from ._pcl import * ImportError: DLL load failed but that error...
* Use 'F' instead of 'fortran' for newer numpy version * Fix build issue on Ubuntu 18.04 * added API to set viewpoint for the normal estimation --- This change...
Hi everyone, I'm following the example: visualization.py. My python works the line: import pcl. However, it does not run the line: import pcl.pcl_visualization File "", line 1, in ImportError: No...
I'm having the following error while I'm trying to import pcl. ``` File "", line 1, in File "C:\Users\Anaconda3\envs\py36\lib\site-packages\python_pcl-0.3-py3.6-win-amd64.egg\pcl\__init__.py", line 6, in from ._pcl import * ImportError: DLL load failed:...