Click or drag to resize
SoAutoThresholdingProcessingThresholdCriterions 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 ThresholdCriterions
Members
  Member nameValueDescription
ENTROPY0

The measure of dispersion used in the algorithm is the entropy of the intensity distribution.

FACTORISATION1

The measure of dispersion used in the algorithm is the variance of the intensity distribution.

MOMENTS2

The measure of dispersion used in the algorithm is the moments of the intensity distribution.

Remarks