#include <armarx/navigation/components/laser_scanner_feature_extraction/ScanClustering.h>
|
| bool | add (const LaserScanStep &scanStep) |
| |
| void | clear () |
| |
| const LaserScan & | cluster () const |
| |
| bool | supports (const LaserScanStep &scanStep) |
| |
Definition at line 43 of file ScanClustering.h.
◆ Clusters
◆ Params
◆ ScanClustering()
◆ add()
| bool add |
( |
const LaserScanStep & |
scanStep | ) |
|
|
protected |
◆ clear()
◆ cluster()
| const LaserScan & cluster |
( |
| ) |
const |
|
protected |
◆ detectClusters()
| std::vector< LaserScan > detectClusters |
( |
const LaserScan & |
scan | ) |
|
Performs cluster detection on a full laser scan.
- Parameters
-
- Returns
- The input scan split into clusters.
Definition at line 33 of file ScanClustering.cpp.
◆ supports()
| bool supports |
( |
const LaserScanStep & |
scanStep | ) |
|
|
protected |
The documentation for this class was generated from the following files: