# dbscan_kdtree **Repository Path**: versionwen/dbscan_kdtree ## Basic Information - **Project Name**: dbscan_kdtree - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```