import open3d import numpy as np pc_array = np.array([[1, 2, 3], [3, 4, 5]], dtype=np.float32) print(pc_array) pc = open3d.PointCloud() pc.points = open3d.
確定! 回上一頁