python-pcl icon indicating copy to clipboard operation
python-pcl copied to clipboard

Python bindings to the pointcloud library (pcl)

Results 105 python-pcl issues
Sort by recently updated
recently updated
newest added

I use python-pcl showing a rabbit.pcd.but I find it can show a vtkoutputwindow,if with C++ code ,it can use #include vtkOutputWindow::SetGlobalWarningDisplay(0);//不弹出vtkOutputWindow窗口 so if i use python-pcl,how to make it not...

Hi python-pcl team, python-pcl is a great wrapper for pcl in python. However, sometimes the `make_moving_least_squares` function changes the point cloud size (in most times reduce the size). For example,...

## Your Environment * Operating System and version: Max OSX 10.15.7 * Compiler: python 3.8.10, clang 11.1.0 * PCL Version: 1.12.1 * Cython Version: N/A I want to install `python-pcl`...

## Your Environment * Operating System and version: Ubuntu 16.04 * PCL Version: 1.8 * VTK Version: 7.0 * Cython Version: 0.29.21 ## Context Hi. I am trying to build...

## Environment OS: Ubuntu 16.04 PCL Version: 1.7.2 Cython Version: Cython 0.29.13 Python Version: 3.5.6 ## Context I have point cloud in .las format. I converted it to the .pcd...

Code to produce: ``` sf = p_filtered.make_statistical_outlier_filter() sf.set_mean_k(20) sf.set_std_dev_mul_thresh(1.5) sf.set_negative(False) sf.filter() ``` System details: Ubuntu 18.04 PCL from apt python-pcl built from current master Cloud details: Pointcloud is an XYZ...

bug
platform: linux

## My Environment * Operating System and version: Ubuntu 18.04 LTS * Compiler: python 3.6.9 * PCL Version: 1.8.x * Cython Version: 0.29.16 When I tried to install python-pcl with...

it is a little bit weird that I could run 'import pcl p = pcl.load(".pcd")' in the terminal but there is an error when I run it through spyder. I...

## Your Environment * Operating System and version: * Compiler: * PCL Version: * Cython Version: ## Context ## Expected Behavior ## Current Behavior ## Code to Reproduce ## Possible...

* PCL Version: 1.8.1 *python 3.6 code:Harriskeypoint3D .py Exception has occurred: TypeError Argument 'pc' has incorrect type (expected pcl._pcl.PointCloud, got pcl._pcl.PointCloud_PointXYZI) File "C:\project\pointcloudlibrary\HarrisKeypoint3D.py", line 57, in main kpcolor = pcl.pcl_visualization.PointCloudColorHandleringCustom(keypoints,...