Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 192 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 192 Bytes

about

Fast Implementation of DBSCAN using Kdtree for acceleration. The use case is clustering point cloud(PCL library used).

usage

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