Click or drag to resize
SoGradientMagnitudeProcessing3dGradientModes 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 amplitude as the maximum of magnitudes.

AMPLITUDE_EUCLIDEAN1

This option computes the gradient euclidean amplitude.

Remarks