Click or drag to resize
SoErosionSquareColorProcessing2dCriterionPlanes Enumeration

Namespace: OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum CriterionPlanes
Members
  Member nameValueDescription
LUMINANCE0

Using this mode the operation is defined on the luminance component of the color image.

SATURATION1

Using this mode the operation is defined on the saturation component of the color image.

Remarks