Click or drag to resize
SoGradientOperatorProcessing2dGradientModes 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 maximal amplitude.

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 degrees).

Both outAmplitudeImage and outOrientationImage outputs are set using this mode.

X_AND_Y_GRADIENTS3

This option computes gradient in X and Y directions.

Both outGradientXImage and outGradientYImage outputs are set using this mode.

Remarks