Blame

0056f2 Matt Hughes 2026-08-11 23:47:43
1
# Cluster Extraction
2
fa8096 Matt Hughes 2026-08-12 01:21:30
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.
321963 Matt Hughes 2026-08-12 00:05:26
4
e0bf0d Matt Hughes 2026-08-12 00:38:48
5
::: buttonlink
a2a65c Matt Hughes 2026-08-12 00:48:38
6
[View operator source](https://github.com/matth-av/pointcaster/tree/qt/src/plugins/operators/cluster_extraction)
e0bf0d Matt Hughes 2026-08-12 00:38:48
7
:::
fa8096 Matt Hughes 2026-08-12 01:21:30
8
9
*[AABB]: An Axis Aligned Bounding Box encloses a set of points, keeping its faces parallel to world axes.