SoGradientMagnitudeProcessing2dGradientModes Enumeration |
Namespace: OIV.ImageViz.Engines.EdgeDetection.Gradient
Member name | Value | Description | |
---|---|---|---|
AMPLITUDE_MAX_OF_MAGS | 0 | This option computes the gradient amplitude as the maximum of magnitudes. Only the outAmplitudeImage output is set using this mode. | |
AMPLITUDE_EUCLIDEAN | 1 | This option computes the gradient euclidean amplitude. Only the outAmplitudeImage output is set using this mode. | |
AMPLITUDE_AND_ORIENTATION | 2 | This option computes euclidean amplitude and the orientation (between -128° and +128°). Both outAmplitudeImage and outOrientationImage outputs are set using this mode. |