# pcl **Repository Path**: nanhu2-505/pcl ## Basic Information - **Project Name**: pcl - **Description**: Point Cloud Library (PCL) - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-07 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Point Cloud Library [![Release][release-image]][releases] [![License][license-image]][license] [release-image]: https://img.shields.io/badge/release-1.9.1-green.svg?style=flat [releases]: https://github.com/PointCloudLibrary/pcl/releases [license-image]: https://img.shields.io/badge/license-BSD-green.svg?style=flat [license]: https://github.com/PointCloudLibrary/pcl/blob/master/LICENSE.txt Continuous integration ---------------------- Ubuntu | Windows | MacOS ------ | ------- | ----- [![Ubuntu Build Status][ci-ubuntu-image]][ci-ubuntu] | [![Windows Build Status][ci-windows-image]][ci-windows] | [![MacOS Build Status][ci-macos-image]][ci-macos] [ci-ubuntu]: https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=4 [ci-ubuntu-image]: https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/Build.Ubuntu [ci-windows]: https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=3 [ci-windows-image]: https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/Build.Windows [ci-macos]: https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=2 [ci-macos-image]: https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/Build.MacOS Description ----------- 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. We are financially supported by a consortium of commercial companies, with our own non-profit organization, Open Perception. We would also like to thank individual donors and contributors that have been helping the project. Compiling --------- Please refer to the platform specific tutorials: - [Linux](http://www.pointclouds.org/documentation/tutorials/compiling_pcl_posix.php) - [Mac OS X](http://www.pointclouds.org/documentation/tutorials/compiling_pcl_macosx.php) - [Microsoft Windows](http://www.pointclouds.org/documentation/tutorials/compiling_pcl_windows.php) Documentation ------------- - [Tutorials](http://www.pointclouds.org/documentation/tutorials/) - [PCL trunk documentation](http://docs.pointclouds.org/trunk/) (updated daily) Contributing ------------ Please read [CONTRIBUTING.md](https://github.com/PointCloudLibrary/pcl/blob/master/CONTRIBUTING.md). Issues ------ For general questions on how to use the PCL, please use the [pcl-users](http://www.pcl-users.org/) mailing list (do not forget to subscribe before posting). To report issues, please read [CONTRIBUTING.md#bug-reports](https://github.com/PointCloudLibrary/pcl/blob/master/CONTRIBUTING.md#bug-reports). API/ABI Compatibility Report ------ For details about API/ABI changes over the timeline please check PCL's page at [ABI Laboratory](https://abi-laboratory.pro/tracker/timeline/pcl/).