Commit 3a96b6

2026-08-12 14:29:55 Matt Hughes: -/-
operators/cluster extraction.md ..
@@ 1,6 1,8 @@
# Cluster Extraction
- The Cluster Extraction operator can reduce a point cloud to a set of AABBs that represent 'clusters' of points. It uses Euclidean Cluster Extraction, an algorithmic approach to segmenting subjects within a larger cloud. It 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.
+ The Cluster Extraction operator can reduce a point cloud to a set of AABBs that represent 'clusters' of points. It uses Euclidean Cluster Extraction, a geometric algorithm for segmenting subjects within a larger cloud. It can be used to coarsely isolate people and objects within a scene for location tracking, presence detection, or to prepare regions of interest for further processing.
+
+ The implementation of Euclidian Cluster Extraction is provided by PCL. A concise theoretical primer is provided about it [here](https://pcl.readthedocs.io/projects/tutorials/en/master/cluster_extraction.html#theoretical-primer).
---
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