Click or drag to resize
SoMarkerBasedWatershedProcessingPrecisionModes Enumeration

Namespace: OIV.ImageViz.Engines.ImageSegmentation.RegionGrowing
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum PrecisionModes
Members
  Member nameValueDescription
REPEATABLE0

Default mode, produce unique results.

FAST1

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).

Remarks