SoMarkerBasedWatershedProcessingPrecisionModes Enumeration |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.RegionGrowing
Member name | Value | Description | |
---|---|---|---|
REPEATABLE | 0 | Default mode, produce unique results. | |
FAST | 1 | Algorithm use parallelism (if allowed) during inundation step. Since fast watershed problem has generally not a unique solution, two processes of same image can lead to two different results (both exact). |