Alissaxin

Results 1 comments of Alissaxin

Thank you very much for your attention, The code I load the ply file code is: //Load input PLY file pcl::PointCloud::Ptr cloud(new pcl::PointCloud); pcl::PLYReader reader; reader.read("/home/zhangyx/cloud/data/off-ground points.ply", *cloud); std::cout