Class | Description |
---|---|
Component |
Represents a region or set of pixels (the name is based on the Microsoft
paper)
|
MergeTreeBuilder |
A listener that listens to the watershed algorithm progress and creates a
region tree as the processing takes place.
|
WatershedProcessor |
Detector for Maximally-Stable Extremal Regions.
|
WatershedProcessorAlgorithm |
Maximally Stable Extremal Region watershed algorithm, implemented as
described in the Microsoft paper of Nister and Stewenius.
|