Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 322 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 322 Bytes

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