JaminJiang / dbscan_kdtree

Fast Implementation of DBSCAN using Kdtree for acceleration. The example is clustering point cloud(PCL library used).
138 stars 27 forks source link

about

Fast Implementation of DBSCAN using Kdtree for acceleration. The use case is clustering point cloud(PCL library used). For more details, reference to my zhihu blog for this repository(original in Chinese).

usage

cd build && cmake .. && make -j && ./pcl_cluster