Updated README to make clustering approach for 3D vs 2D clear #21

master
Praveen Palanisamy 2020-03-27 11:12:29 -07:00 committed by GitHub
parent d71ff08c2e
commit 8c828c1095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ PCL based ROS package to Detect/Cluster --> Track --> Classify static and dynami
### Features:
- K-D tree based point cloud processing for object feature detection from point clouds
- Unsupervised k-means clustering based on detected features and refinement using RANSAC
- Unsupervised euclidean cluster extraction (3D) or k-means clustering based on detected features and refinement using RANSAC (2D)
- Stable tracking (object ID & data association) with an ensemble of Kalman Filters
- Robust compared to k-means clustering with mean-flow tracking