Commit fa8096

2026-08-12 01:21:30 Matt Hughes: -/-
operators/cluster extraction.md ..
@@ 1,9 1,9 @@
# Cluster Extraction
-
- The Cluster Extraction operator can reduce a point cloud to a set of AABBs that represent 'clusters' of points in the scene.
- *[AABB]: An Axis Aligned Bounding Box encloses a set of points, keeping its faces parallel to world axes.
+ 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.
::: buttonlink
[View operator source](https://github.com/matth-av/pointcaster/tree/qt/src/plugins/operators/cluster_extraction)
:::
+
+ *[AABB]: An Axis Aligned Bounding Box encloses a set of points, keeping its faces parallel to world axes.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9