Modification: (1) use nanoflann.cpp to replace the ann library; (2) remove some cpps
Three algorithms on point cloud segmentation used in the following paper:
Pairwise Linkage for Point Cloud Segmentation, Xiaohu Lu, etc. ISPRS2016. https://github.com/xiaohulugo/xiaohulugo.github.com/blob/master/papers/PLinkage_Point_Segmentation_ISPRS2016.pdf
*The algorithm used in the ISPRS2016 paper is ClusterGrowPLinkage.cpp
- OpenCV > 2.4.x
- OpenMP
- build the project with Cmake
- run the code
- see main.cpp for interfaces/demos
Please cite these two papers if you feel this code useful:
@ARTICLE{Lu2016Pairwise,
author = {Lu, Xiaohu and Yao, Jian and Tu, Jinge and Li, Kai and Li, Li and Liu, Yahui},
title = {PAIRWISE LINKAGE FOR POINT CLOUD SEGMENTATION},
journal = {ISPRS Annals of Photogrammetry, Remote Sensing \& Spatial Information Sciences},
year = {2016},
}
}
Feel free to correct my code, if you spotted the mistakes. You are also welcomed to Email me: fangzelu@gmail.com