数据读取与显示import open3d as o3d def read_pcd(path_file): pcd = o3d.io.read_point_cloud(path_file) o3d.io.write_point_cloud("filename.pcd" ...
確定! 回上一頁