Top "Point-cloud-library" questions

The Point Cloud Library (PCL) is a standalone, large scale, open (BSD licensed) project for 3D point cloud processing.

How to convert the depth map to 3D point clouds?

When I convert depth map to 3D point cloud, I found there is a term called scaling factor. Can anyone …

python point-cloud-library 3d-reconstruction
Convertion of .ply format to .pcd format

I've a .ply format model and trying to create a .pcd file one. After checking how .pcd format should look …

python point-cloud-library point-clouds ply-file-format
pcl::RANSAC segmentation, get all planes in cloud?

I have a Point Cloud Library function that detects the largest plane in a point cloud. This works great. Now, …

c++ computer-vision point-cloud-library point-clouds ransac
How to detect the difference between two 3D point clouds?

I have two 3D point clouds using the Point Cloud Library. One which is the reference point cloud(lets call …

c++ algorithm computer-vision point-cloud-library
pcl::PCLPointCloud2 usage

I'm confused with when to use pcl::PointCloud2 vs pcl::PointCloudPointCloud For example, using these definitions for pcl1_ptrA, pcl1_…

c++ point-cloud-library
Remove points outside defined 3D box inside PCL visualizer

In a given point cloud, I want to remove all the points which are less than min and greater than …

c++ point-cloud-library
How to convert cv::Mat to pcl::pointcloud

How to get from a opencv Mat pointcloud to a pcl::pointcloud? The color is not important for me only …

opencv converter point-cloud-library
Which pcl filter to use to downsample a point cloud

I am getting a point cloud from a lidar on an autonomous driving robot, but it's too much data to …

c++ point-cloud-library point-clouds downsampling
RANSAC plane fitting coefficients

I am trying to fit a plane to a set of point cloud. I tried using Point Cloud Library (PCL) &…

point-cloud-library ransac
Point Cloud Library with Visual Studio 2017

I'm having trouble using Point Cloud Library with Microsoft Visual Studio 2017. I have installed [PCL-1.8.1-AllInOne-msvc2017-win64.exe] and I've …

c++ configuration visual-studio-2017 point-cloud-library