Top "Point-cloud-library" questions

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

Embedding PCL Viewer on a Qt GUI Main Window

I am trying to develop a user interface using QtCreator on a Windows 7 64-bit machine. This user interface will be …

qt point-cloud-library
How to extract cloud points from the RealSense cameras?

I am working with an Intel® RealSense™ device and the RSSDK. I also started looking at the PCL library.The …

3d intel point-cloud-library realsense
Error:Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

I am using Point cloud library 1.5.1. When I run CMake 3.4.0-rc2 to build my project, it has error: Could NOT …

cmake point-cloud-library pkg-config
Adding two different point clouds to viewer (Point Cloud Library (PCL))

I just started to use the great point cloud library and wanted to display two point clouds within one viewer …

c++ point-cloud-library point-clouds
find_package(PCL 1.2 REQUIRED) using CMake returns wrong path

I'm using an Ubuntu 12.04 machine and I have the following problem: I'm trying to compile and build a C++ file …

cmake point-cloud-library