python-pcl
python-pcl copied to clipboard
Python bindings to the pointcloud library (pcl)
gzip is a Lossless compression method which can save much memory
When I want to run sift.py the following error occurs: ``` NameError: name 'cloud_makeSIFTKeypoint' is not defined ``` Where is this function implemented?
Corrected code-block for conda installation commands. --- This change is [](https://reviewable.io/reviews/strawlab/python-pcl/413)
Hi, I have a problem when executing the following code: pointcloud_np = pointcloud.to_array() p = pcl.PointCloud_PointXYZRGB() p.from_array(pointcloud_np) After that all previously present color information in the pointcloud is lost. All...
I have a numpy array containing 3 values for XYZ coordinates and one RGBA value - a float32 generated by bitshifting the uint8 values for each color and the alpha...
Hi, I used `sudo apt-get install libpcl-dev` to install PCL and its version is 1.10. But when I try to install python-pcl, it showed `don't find PCL`. I have seen...
When I execute the `python3 setup.py build_ext -i ` command, the following error occurs: ``` x86_64-linux-gnu-gcc: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed...
Hello, can anyone tell me if the header pcl_conversions is already available for python. I can't find it among the listed parts of the API in the code API of...
## Environment * Windows 10 * Python 3.7 ## Context Trying to install python-pcl : >conda install -c sirokujira python-pcl --channel conda-forge ## Current Behavior error Getting this error :...