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).
cd build && cmake .. && make -j && ./pcl_cluster