import open3d import numpy as np pcd = open3d.geometry.PointCloud() np_points = np.random.rand(100, 3) # From numpy to Open3D pcd.points = open3d.utility.
確定! 回上一頁