Click or drag to resize
SoLocalAdaptiveThresholdProcessingThresholdModes Enumeration

Namespace: OIV.ImageViz.Engines.ImageSegmentation.Binarization
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ThresholdModes
Members
  Member nameValueDescription
MULTIPLICATIVE0

The local threshold is equal to , where value is an input parameter and is the mean of a window centered on x.

ADDITIVE1

The local threshold is equal to , where value is an input parameter and is the mean of a window centered on x.

Remarks