Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 4.99 KB

index.md

File metadata and controls

68 lines (51 loc) · 4.99 KB
layout
page

pcl-logo

The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. PCL is released under the terms of the BSD license, and thus free for commercial and research use.

Whether you've just discovered PCL or you're a long time veteran, this page contains links to a set of resources that will help consolidate your knowledge on PCL and 3D processing. An additional Wiki resource for developers is available at https://github.com/PointCloudLibrary/pcl/wiki.

Getting Started

To simplify both usage and development, we split PCL into a series of modular libraries. The most important set of released modules in PCL is shown below.

filtersfeatureskeypoints
registrationkdtreeoctree
segmentationsample_consensussurface
recognitioniovisualization

[Tutorials][tutorials]

Our [comprehensive list of tutorials for PCL][tutorials], covers many topics, ranging from simple Point Cloud Input/Output operations to more complicated applications that include visualization, feature estimation, segmentation, etc.

[tutorials][tutorials]

[Advanced Topics][advanced]

If you're interested in how PCL works internally, or are looking at optimizing your workflow, we have assembled a [set of topics][tutorials] that cover interesting subjects from reducing your compile time to code profiling.

[advanced][advanced]

[API Reference][api]

The [Application Programming Interface (API) documentation][api] for PCL includes explanations about how each public method and class works, shows simple code snippets that can be used quickly to prototype and test a particular algorithm, and links to scientific publications for those interested in finding out more about the theoretical aspects of a particular method.

[api]: {{ site.api_base_url }} [advanced]: {{ site.advanced_base_url }} [tutorials]: {{ site.tutorials_base_url }}