Click or drag to resize
SoMarkerBasedWatershedProcessingOutputModes 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 OutputModes
Members
  Member nameValueDescription
SEPARATED_BASINS0

The separated basins are output in a label image, the crest lines being part of the complementary (not a label).

WATERSHED_RIDGES1

The crest lines are output in a binary image.

Remarks