Click or drag to resize
SoRadialGradientContourProcessing2dProjectionModes Enumeration

Namespace: OIV.ImageViz.Engines.EdgeDetection.Gradient
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum ProjectionModes
Members
  Member nameValueDescription
GRADIENT_NORMAL0

The engine computes the normal gradient.

Only the outNormalImage output is set using this mode.

GRADIENT_NORMAL_TANGENTIAL1

The engine computes the normal and tangential gradients.

Both outNormalImage and outTangentImage outputs are set using this mode.

Remarks