Click or drag to resize
SoTopHatProcessingObjectLightnessType 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 engine applies a white Top-Hat and detects small bright area.

DARK_OBJECTS1

The engine applies a black Top-Hat and detects small dark area.

Remarks