目录 一、代码示例二、结果示例 适用:点云模型数据转成点云数据(即:PLY格式转PCD格式,STL格式转pcd格式) 一、代码示例 #include <iostream> #include <pcl/io/io.h> #include <pcl/io/vtk_lib_io.h>