Click or drag to resize
SoAutoThresholdingQuantificationRangeModes Enumeration

Namespace: OIV.ImageViz.Engines.ImageAnalysis.Statistics
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 OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoAutoThresholdingQuantification.intensityRangeInput.

Remarks