All Projects → yzrobot → Adaptive_clustering

yzrobot / Adaptive_clustering

Licence: bsd-3-clause
Lightweight and Accurate Point Cloud Clustering

Projects that are alternatives of or similar to Adaptive clustering

Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+425.6%)
Mutual labels:  ros, point-cloud, clustering
Interactive slam
Interactive Map Correction for 3D Graph SLAM
Stars: ✭ 372 (+197.6%)
Mutual labels:  ros, point-cloud
Kitti2bag
Convert KITTI dataset to ROS bag file the easy way!
Stars: ✭ 359 (+187.2%)
Mutual labels:  ros, point-cloud
Pcl Ros Cluster Segmentation
Cluster based segmentation of Point Cloud with PCL lib in ROS
Stars: ✭ 123 (-1.6%)
Mutual labels:  ros, point-cloud
cloud to map
Algorithm that converts point cloud data into an occupancy grid
Stars: ✭ 26 (-79.2%)
Mutual labels:  point-cloud, ros
urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (+7.2%)
Mutual labels:  point-cloud, ros
Superpoint graph
Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs
Stars: ✭ 533 (+326.4%)
Mutual labels:  point-cloud, clustering
Cupoch
Robotics with GPU computing
Stars: ✭ 225 (+80%)
Mutual labels:  ros, point-cloud
Lidar camera calibration
ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
Stars: ✭ 734 (+487.2%)
Mutual labels:  ros, point-cloud
Hdl graph slam
3D LIDAR-based Graph SLAM
Stars: ✭ 945 (+656%)
Mutual labels:  ros, point-cloud
sp segmenter
Superpixel-based semantic segmentation, with object pose estimation and tracking. Provided as a ROS package.
Stars: ✭ 33 (-73.6%)
Mutual labels:  point-cloud, ros
Awesome Visual Slam
📚 The list of vision-based SLAM / Visual Odometry open source, blogs, and papers
Stars: ✭ 1,336 (+968.8%)
Mutual labels:  ros, point-cloud
costmap depth camera
This is a costmap plugin for costmap_2d pkg. This plugin supports multiple depth cameras and run in real time.
Stars: ✭ 26 (-79.2%)
Mutual labels:  point-cloud, ros
Ndt omp
Multi-threaded and SSE friendly NDT algorithm
Stars: ✭ 291 (+132.8%)
Mutual labels:  ros, point-cloud
point-cloud-clusters
A catkin workspace in ROS which uses DBSCAN to identify which points in a point cloud belong to the same object.
Stars: ✭ 43 (-65.6%)
Mutual labels:  clustering, ros
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+282.4%)
Mutual labels:  ros, point-cloud
Lidar camera calibration
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
Stars: ✭ 133 (+6.4%)
Mutual labels:  ros, point-cloud
Cilantro
A lean C++ library for working with point cloud data
Stars: ✭ 577 (+361.6%)
Mutual labels:  point-cloud, clustering
Point Cloud Filter
Scripts showcasing filtering techniques applied to point cloud data.
Stars: ✭ 34 (-72.8%)
Mutual labels:  ros, point-cloud
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+1400.8%)
Mutual labels:  ros, point-cloud

Adaptive Clustering

Build Status Codacy Badge License

A lightweight and accurate point cloud clustering method (check out the devel branch for further enrichment).

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:

@article{yz19auro,
   author = {Zhi Yan and Tom Duckett and Nicola Bellotto},
   title = {Online learning for 3D LiDAR-based human detection: Experimental analysis of point cloud clustering and classification methods},
   journal = {Autonomous Robots},
   year = {2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].