tanrye / adaptive_clustering

A lightweight and accurate point cloud clustering method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adaptive Clustering

Build Status Codacy Badge License: MIT

A lightweight and accurate point cloud clustering method.

YouTube Video

How to build

$ cd ~/catkin_ws/src/
$ git clone https://github.com/yzrobot/adaptive_clustering.git
$ cd ~/catkin_ws
$ catkin_make

Citation

If you are considering using this code, please reference the following:

@inproceedings{yz17iros,
   author = {Zhi Yan and Tom Duckett and Nicola Bellotto},
   title = {Online learning for human classification in {3D LiDAR-based} tracking},
   booktitle = {In Proceedings of the 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
   pages = {864--871},
   address = {Vancouver, Canada},
   month = {September},
   year = {2017}
}

About

A lightweight and accurate point cloud clustering method


Languages

Language:C++ 94.5%Language:CMake 5.5%