Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 958 Bytes

README.md

File metadata and controls

39 lines (19 loc) · 958 Bytes

point_cloud_noise_system

this is a example about how to use QT based on PCL 1.7, make a GUI and do some point cloud noise processing

compile steps

cd (your_project_name/qt_noise_cloud)

mkdir build

cd build

cmake ..

make

the outcome of cmake

the outcome of cmake

run the executable file

./noise_cloud_cmd

the GUI of this project

select the method of point cloud noise process

passthrough filter

after passthrough filter

voxel filter

after voxel filter