Click or drag to resize
SoLocalAdaptiveThresholdProcessingComparisonCriterions 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 ComparisonCriterions
Members
  Member nameValueDescription
GREATER_OR_EQUAL0

All voxels whose value is greater than or equal to the local threshold value, are set to 1 otherwise they are set to 0.

LESS_OR_EQUAL1

All voxels whose value is less than or equal to the local threshold value, are set to 1 otherwise they are set to 0.

Remarks