Click or drag to resize
SoDijkstraShortestPathProcessing2dIntensityModes Enumeration

Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarking
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum IntensityModes
Members
  Member nameValueDescription
LIGHT0

The shortest path is searched through the intensity maxima pixels.

DARK1

The shortest path is searched through the intensity minima pixels.

Remarks