Click or drag to resize
SoRadialGradientCenteredProcessing2dProjectionModes Enumeration

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

The engine computes the normal gradient.

Only the OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientCenteredProcessing2d.outNormalImage output is set using this mode.

GRADIENT_NORMAL_TANGENTIAL1

The engine computes the normal and tangential gradients.

Both OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientCenteredProcessing2d.outNormalImage and OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientCenteredProcessing2d.outTangentImage outputs are set using this mode.

Remarks