SoGradientOperatorProcessing3dGradientOperators Enumeration |
Namespace: OIV.ImageViz.Engines.EdgeDetection.Gradient
Member name | Value | Description | |
---|---|---|---|
CANNY_DERICHE | 0 | The gradient is computed using the Canny-Deriche algorithm. Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS, and X_Y_AND_Z_GRADIENTS. | |
CANNY | 1 | The gradient is computed using the Canny algorithm. Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS. | |
GAUSSIAN | 2 | The gradient is computed using the Gaussian algorithm. Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS and X_Y_AND_Z_GRADIENTS. | |
SOBEL | 4 | The gradient is computed using the Sobel algorithm. Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS and X_Y_AND_Z_GRADIENTS. | |
PREWITT | 3 | The gradient is computed using the Prewitt algorithm. Supported gradient output modes : AMPLITUDE_MAX_OF_MAGS and X_Y_AND_Z_GRADIENTS. |