You are here: Start » AVL.NET » Invoke.GradientImage
Computes a gradient image with smoothing operator of any size. The output pixels are signed.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GradientImage ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.GradientOperator inOperator, float inStdDevX, Optional<float> inStdDevY, Avl.Image outGradientImage, Diagnostic<Avl.Image> diagGradientDirections )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of outGradientImage pixels to be computed. Default value: atl::NIL. | ||
![]() | inOperator | Avl.GradientOperator | Defines how the gradient is computed. | ||
![]() | inStdDevX | float | <0.0f, INF> | 2.0f | Horizontal smoothing standard deviation. Default value: 2.0f. |
![]() | inStdDevY | Atl.Optional<float> | <0.0f, INF> | Vertical smoothing standard deviation. Default value: atl::NIL. | |
![]() | outGradientImage | Avl.Image | Gradients of the image. | ||
![]() | diagGradientDirections | Avl.Diagnostic<Avl.Image> | Gradient directions presented in a human readable format. |