Next: Depth-First Search (``Ants-in-the-Labyrinth'')
Up: Parallel Cluster Algorithms
Previous: Regular and Local
First look at how sequential component labeling algorithms work.
Start with the Wolff algorithm, which ``grows'' a single cluster.
Can liken this to the growth of an ant colony, in the
following manner:
-
Pick a site at random and place an ant on it.
-
The ant reproduces by placing a child on the four neighboring sites
(in 2-d) with probability p.
-
This ``generation'' of ants also looks at each of its four neighbors in
turn, and if it is not already occupied, places a child of its own there with
probability p.
-
The ant colony continues to grow until
the final generation produces no children.
\
Paul Coddington, Northeast Parallel Architectures Center at Syracuse University, paulc@npac.syr.edu