Click or drag to resize
SoGradientOperatorProcessing3dGradientOperators 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 GradientOperators
Members
  Member nameValueDescription
CANNY_DERICHE0

The gradient is computed using the Canny-Deriche algorithm.

Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS, and X_Y_AND_Z_GRADIENTS.

CANNY1

The gradient is computed using the Canny algorithm.

Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS.

GAUSSIAN2

The gradient is computed using the Gaussian algorithm.

Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS and X_Y_AND_Z_GRADIENTS.

SOBEL4

The gradient is computed using the Sobel algorithm.

Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS and X_Y_AND_Z_GRADIENTS.

PREWITT3

The gradient is computed using the Prewitt algorithm.

Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS and X_Y_AND_Z_GRADIENTS.

Remarks