SoRadialGradientContourProcessing2dProjectionModes Enumeration |
Namespace: OIV.ImageViz.Engines.EdgeDetection.Gradient
Member name | Value | Description | |
---|---|---|---|
GRADIENT_NORMAL | 0 | The engine computes the normal gradient. Only the OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientContourProcessing2d.outNormalImage output is set using this mode. | |
GRADIENT_NORMAL_TANGENTIAL | 1 | The engine computes the normal and tangential gradients. Both OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientContourProcessing2d.outNormalImage and OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientContourProcessing2d.outTangentImage outputs are set using this mode. |