You are here: Start » AVL.NET » AVS.GradientMagnitudeImage_Signed Method

AVS.GradientMagnitudeImage_Signed Method

Computes an image of gradient for only selected direction.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GradientMagnitudeImage_Signed
(
	AvlNet.Image inImage,
	AvlNet.EdgeTransition inEdgeTransition,
	AvlNet.DifferentiationMethod inDiffMethod,
	AvlNet.GradientOrientation inGradientOrientation,
	bool inSigned,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inEdgeTransitionAvlNet.EdgeTransitionDefines what is considered as an edge in the image.
inDiffMethodAvlNet.DifferentiationMethodDefines which finite difference approach to use.
inGradientOrientationAvlNet.GradientOrientationDefines which gradient orientation to compute.
inSignedboolFalseDefines whether or not to output a signed result (true) or just a positive result (false). Default value: False.
outImageAvlNet.ImageOutput image.

See also