SoGradientOperatorProcessing2dGradientModes Enumeration |
Namespace: OIV.ImageViz.Engines.EdgeDetection.Gradient
Member name | Value | Description | |
---|---|---|---|
AMPLITUDE_MAX_OF_MAGS | 0 | This option computes the gradient maximal amplitude. 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 degrees). Both outAmplitudeImage and outOrientationImage outputs are set using this mode. | |
X_AND_Y_GRADIENTS | 3 | This option computes gradient in X and Y directions. Both outGradientXImage and outGradientYImage outputs are set using this mode. |