Blame
|
1 | # Cluster Extraction |
||||||
| 2 | ||||||||
|
3 | The Cluster Extraction operator can reduce a point cloud to a set of AABBs that represent 'clusters' of points. It is an algorithmic approach to segmenting subjects within a larger cloud, and can be used to isolate people and objects within a scene for location tracking, presence detection, or to prepare regions of interest for further processing. |
||||||
|
4 | |||||||
|
5 | ::: buttonlink |
||||||
|
6 | [View operator source](https://github.com/matth-av/pointcaster/tree/qt/src/plugins/operators/cluster_extraction) |
||||||
|
7 | ::: |
||||||
|
8 | |||||||
|
9 | *[AABB]: An Axis Aligned Bounding Box encloses a set of points while keeping its faces parallel to world axes. |
||||||
