Point cloud segmentation is implemented in C++. It relies on the following llibraries:
- Eigen
- pcl
- CMakeLists.txt - CMake file
- ObjectSegmentation.hpp - main header file
- ObjectSegmentation.cpp - entry file
- CSCSegmentation.cpp - constrained supervoxel clustering method
Executable expects files of type .ply
./oseg pathToFile/pointCloud.ply
Executable produces files of type .ply
For each segment a file is produced according to label and saved in current directory.