pcl-1.8.0

所属分类:3D图形编程
开发工具:Visual C++
文件大小:68576KB
下载次数:53
上传日期:2016-08-11 14:12:31
上 传 者盐大鸟
说明:  PCL 1.8 源码,非常著名的点云处理库,在工业方面有很多应用。
(PCL 1.8 source, a very famous point cloud processing library, there are many applications in industry.)

文件列表:
pcl-pcl-1.8.0 (0, 2016-06-14)
pcl-pcl-1.8.0\.travis.sh (8911, 2016-06-14)
pcl-pcl-1.8.0\.travis.yml (4907, 2016-06-14)
pcl-pcl-1.8.0\2d (0, 2016-06-14)
pcl-pcl-1.8.0\2d\CMakeLists.txt (1598, 2016-06-14)
pcl-pcl-1.8.0\2d\include (0, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl (0, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d (0, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\convolution.h (5630, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\edge.h (12154, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\impl (0, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\impl\convolution.hpp (4852, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\impl\edge.hpp (17933, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\impl\kernel.hpp (10311, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\impl\keypoint.hpp (8633, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\impl\morphology.hpp (13119, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\kernel.h (6796, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\keypoint.h (2630, 2016-06-14)
pcl-pcl-1.8.0\2d\include\pcl\2d\morphology.h (7783, 2016-06-14)
pcl-pcl-1.8.0\2d\src (0, 2016-06-14)
pcl-pcl-1.8.0\2d\src\convolution_2d.cpp (1774, 2016-06-14)
pcl-pcl-1.8.0\2d\src\examples.cpp (5117, 2016-06-14)
pcl-pcl-1.8.0\AUTHORS.txt (214, 2016-06-14)
pcl-pcl-1.8.0\CHANGES.md (156295, 2016-06-14)
pcl-pcl-1.8.0\CMakeLists.txt (17013, 2016-06-14)
pcl-pcl-1.8.0\CONTRIBUTING.md (5987, 2016-06-14)
pcl-pcl-1.8.0\LICENSE.txt (1687, 2016-06-14)
pcl-pcl-1.8.0\PCLConfig.cmake.in (34521, 2016-06-14)
pcl-pcl-1.8.0\PCLConfigVersion.cmake.in (438, 2016-06-14)
pcl-pcl-1.8.0\apps (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\CMakeLists.txt (5970, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\include (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\include\pcl (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\include\pcl\apps (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\include\pcl\apps\3d_rec_framework (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\include\pcl\apps\3d_rec_framework\feature_wrapper (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\include\pcl\apps\3d_rec_framework\feature_wrapper\global (0, 2016-06-14)
pcl-pcl-1.8.0\apps\3d_rec_framework\include\pcl\apps\3d_rec_framework\feature_wrapper\global\crh_estimator.h (2820, 2016-06-14)
... ...

# Point Cloud Library Continuous integration ---------------------- [ ![Release] [release-image] ] [releases] [ ![License] [license-image] ] [license] [release-image]: https://img.shields.io/badge/release-1.8.0-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) 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/) (generated 2 times a week) 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).

近期下载者

相关文件


收藏者