Click or drag to resize
SoAutoThresholdingProcessingObjectLightnessType 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 ObjectLightnessType
Members
  Member nameValueDescription
BRIGHT_OBJECTS0

The algorithm thresholds bright objects (graylevels between T and Max(I))

DARK_OBJECTS1

The algorithm thresholds dark objects (between Min(I) and T )

Remarks