Click or drag to resize
SoSeparateObjectsProcessingSeparationModes Enumeration

Namespace: OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum SeparationModes
Members
  Member nameValueDescription
SEPARATED_OBJECTS0

The result data is the original data minus separation lines (binary image of split particles).

WATERSHED_RIDGES1

The result data is the separation lines (binary image).

SEPARATED_BASINS2

The result data is the watersheds (label image).

CONTIGUOUS_BASINS3

The result data is the watersheds without separation lines (label image).

CONTIGUOUS_OBJECTS4

The result data is the original image labelized taking into account the watersheds (label image).

Remarks