Click or drag to resize
SoExtremaImpositionProcessingImpositionOperators Enumeration

Namespace: OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformations
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ImpositionOperators
Members
  Member nameValueDescription
MINIMA0

This mode performs geodesic propagation in one direction and extracts the minimum.

MAXIMA1

This mode performs geodesic propagation in one direction and extracts the maximum.

Remarks