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

This option computes the gradient maximal amplitude.

Only the OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing2d.outAmplitudeImage output is set using this mode.

AMPLITUDE_EUCLIDEAN1

This option computes the gradient euclidean amplitude.

Only the OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing2d.outAmplitudeImage output is set using this mode.

AMPLITUDE_AND_ORIENTATION2

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

Both OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing2d.outAmplitudeImage and OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing2d.outOrientationImage outputs are set using this mode.

X_AND_Y_GRADIENTS3

This option computes gradient in X and Y directions.

Both OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing2d.outGradientXImage and OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing2d.outGradientYImage outputs are set using this mode.

Remarks