Skip to content

arkerman/PointCloudAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointCloudAPP

Background

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.

Install

This project is implemented in Windows and requires Open3DPyQt5 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

Usage

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.

Others

If you like this project, welcome to click a star.:blush:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages