摘要:#include int main { using namespace open3d; // 指定PCD文件路径 std::string pcd_file = "d:/rabbit.pcd"; // 修改为你的PCD文件路径
以下是c++ open3d 读取 pcd文件代码,其实open3d也支持python
#include int main { using namespace open3d; // 指定PCD文件路径 std::string pcd_file = "d:/rabbit.pcd"; // 修改为你的PCD文件路径 // 读取PCD文件 auto pcd = std::make_shared; if (!io::ReadPointCloud(pcd_file, *pcd)) { std::cerr来源:新手村养牛
免责声明:本站系转载,并不代表本网赞同其观点和对其真实性负责。如涉及作品内容、版权和其它问题,请在30日内与本站联系,我们将在第一时间删除内容!