《open3D+pyqt》第一章——las格式点云读取

《open3D+pyqt》第一章——las格式点云读取

  • 安装
  • 文件代码更改
  • 后续

安装

pip install laspy

文件代码更改

读取文件部分更新如下即可:

import laspy

 def read_pointcloud(self):
        # print("test well")
        fileName, filetype = QFileDialog.getOpenFileName(self

你可能感兴趣的:(pyqt+open3d开发,pyqt)