Click or drag to resize
SoGradientMagnitudeProcessing2dGradientModes 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 GradientModes
Members
  Member nameValueDescription
AMPLITUDE_MAX_OF_MAGS0

This option computes the gradient amplitude as the maximum of magnitudes.

Only the outAmplitudeImage output is set using this mode.

AMPLITUDE_EUCLIDEAN1

This option computes the gradient euclidean amplitude.

Only the outAmplitudeImage output is set using this mode.

AMPLITUDE_AND_ORIENTATION2

This option computes euclidean amplitude and the orientation (between -128° and +128°).

Both outAmplitudeImage and outOrientationImage outputs are set using this mode.

Remarks