方式1: 读取ply文件并快速显示使用o3d.visualization.draw_geometries 快速添加点云列表进行显示import open3d as o3d pcd = o3d.io.read_point_cloud("xx.ply") ...
確定! 回上一頁