This is a modified implementation of the point cloud segmentation method described in this IEEE paper.
- g++
- make
- CloudCompare (visualization purposes)
- Clone this repository on to your local machine.
- In the project top level directory, run
make
ormake all
. - Upload build/predicted_clusters.txt into CloudCompare.
- nanoflann (fast kd-tree implementation)
- PointCloudLibrary (point cloud utilities)