Click or drag to resize
SoHistogramEqualizationProcessingRangeModes 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 RangeModes
Members
  Member nameValueDescription
MIN_MAX0

With this option the histogram is computed between the minimum and the maximum of the image.

OTHER1

With this option the histogram is computed between user-defined bounds [a,b].

Remarks