PointCloud and visualize pcd = open3d.PointCloud() pcd.points = open3d.Vector3dVector(xyz) if rgb is not None: rgbs = np.reshape(rgb, (-1, ...
確定! 回上一頁