Click or drag to resize
SoMatchContrastProcessingMatchingModes Enumeration

Namespace: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum MatchingModes
Members
  Member nameValueDescription
MEAN_VARIANCE0

With this type of adjustment, the computation is based on the intensity mean and variance values of the image.

HISTOGRAM1

With this type of adjustment, the computation is based on the histogram of the image.

Remarks