A demo of hash-voxel-based point cloud clustering method.
./cluster_method /path/to/your.pcd downsampel_size(optional)
PCL:
./cluster_pcl /path/to/your.pcd
./cluster_dbscan /path/to/your.pcd 0.1
Ours:
./cluster_voxel /path/to/your.pcd 0.3
Thank the contributos of robin-map for open-sourcing their outstanding works.