# pcl **Repository Path**: liyunxin_codinghub/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-03-27 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Point Cloud Library Continuous integration ---------------------- [![Release][release-image]][releases] [![License][license-image]][license] [release-image]: https://img.shields.io/badge/release-1.8.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 [![Build Status](https://travis-ci.org/PointCloudLibrary/pcl.svg?branch=master)](https://travis-ci.org/PointCloudLibrary/pcl) [![Build Status](https://ci.appveyor.com/api/projects/status/oiep6oktpmuap7qr/branch/master?svg=true)](https://ci.appveyor.com/project/PointCloudLibrary/pcl/branch/master) 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/).