Author: [Igor Maurell], [email protected]
The large_point_cloud_preprocessing software uses PCL to preprocess a point cloud, doing:
- Crop Box
- Voxel Grid
- Statistical Outlier Removal
- Normal Estimation OMP
- Reescale
- Centralization
- Alignment
- Noise Add
- Cube Reescale
This software is implemented in C++14 using the Point Cloud Library (PCL-1.10).
After install PCL-1.10, do:
$ git clone --recursive https://github.com/igormaurell/large_point_cloud_preprocessing
$ cd large_point_cloud_processing
$ mkdir build && cd build
$ cmake ..
$ make
After install, use the help to understand the parameters, doing:
$ ./large_point_cloud_preprocessing -h