pointcloudlibrary/pcl

Point Cloud Library (PCL)

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 5th, 2026
Created on February 12th, 2013
Open Issues & Pull Requests: 579 (+0)
GitHub issues: Enabled
Number of forks: 4,699
Total Stargazers: 11,109 (+0)
Total Subscribers: 410 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Point Cloud Library (PCL) is a C++ library for processing and analyzing three-dimensional point cloud data in computer vision and robotics applications.

PCL addresses the challenge of working with unstructured 3D point cloud data by providing a comprehensive set of algorithms and data structures for filtering, feature estimation, surface reconstruction, registration, and segmentation. The library abstracts away low-level implementation details, allowing developers to build point cloud processing pipelines by composing modular components that handle common operations on 3D geometric data.

Developers should adopt PCL if they are building applications that consume data from depth sensors, LiDAR scanners, or other 3D acquisition devices and need to perform geometric analysis or transformation on that data. The library suits robotics projects, autonomous systems, 3D scanning applications, and computer vision systems that operate on point clouds. PCL is particularly valuable when you need a mature, well-tested implementation of standard algorithms rather than building these from scratch.

The project maintains active continuous integration across multiple platforms including Ubuntu, Windows, and macOS with both GCC and Clang compilers, ensuring builds remain stable across different environments. Documentation is actively maintained and published through multiple channels including the project website and Read the Docs. The community remains engaged through Discord, Stack Overflow, and the project website, providing channels for users to seek help and contribute.