Click or drag to resize
SoAutoSegmentation3PhasesProcessingThresholdCriterions Enumeration

The criterion to detect thresholds on histogram.

Namespace: OIV.ImageViz.Engines.ImageSegmentation.Labeling
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