numpy数组转open3d格式: target_points = np.array(target.points) target_origin = o3d.geometry.PointCloud() target_origin.points = o3d.utility ...
確定! 回上一頁