You are here: Start » AVL.NET » Invoke.GradientMagnitudeImage_Signed
Computes an image of gradient for only selected direction.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void GradientMagnitudeImage_Signed ( Avl.Image inImage, Avl.EdgeTransition inEdgeTransition, Avl.DifferentiationMethod inDiffMethod, Avl.GradientOrientation inGradientOrientation, bool inSigned, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inEdgeTransition | Avl.EdgeTransition | Defines what is considered as an edge in the image. | ||
![]()  | inDiffMethod | Avl.DifferentiationMethod | Defines which finite difference approach to use. | ||
![]()  | inGradientOrientation | Avl.GradientOrientation | Defines which gradient orientation to compute. | ||
![]()  | inSigned | bool | False | Defines whether or not to output a signed result (true) or just a positive result (false). Default value: False. | |
![]()  | outImage | Avl.Image | Output image. | 


