官方github:https://github.com/PointCloudLibrary/pcl?tab=readme-ov-file
官方教程:Introduction — Point Cloud Library 0.0 documentation 包含各模块一些功能的使用示例代码
官方各模块包含的类:Point Cloud Library (PCL): Modules 注:包含了各模块的所有具体的类,每个类点进去会有一些示例代码参考
1、点云类型
官方文档:Adding your own custom PointT type — Point Cloud Library 0.0 documentation
包含了pcl库中的一些点云类型和定义自己的点云类型的示例。
未完待续......