使用 pip install open3d 语句来安装open3d
import open3d as o3d def poisson(groundPcdFile, plyFile): src_pc = o3d.io.read_point_cloud(groundPcdFile)