A point cloud processing software based on Open3D and PyQt5. Currently this project is not very functional, it can only read and visualize point cloud files, after that I will continue to update and improve the functionality. I welcome suggestions and help from developers who are committed to the open source community.
This project is implemented in Windows and requires Open3D 、 PyQt5 and VTK. Please make sure you have the above libraries installed before using them.
# Python3.7.3
pip install open3d==0.12.0
pip install PyQt5==5.15.4
pip install vtk==8.1.2
Please open and run "main.py" in your favorite Python IDE, and click the "Open" button to select the file you want to visualize. It is important to note that better not to have Chinese in the file path.
If you like this project, welcome to click a star.:blush:
