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,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.EdgeTransition inEdgeTransition,
	AvlNet.DifferentiationMethod inDiffMethod,
	AvlNet.GradientOrientation inGradientOrientation,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inEdgeTransitionAvlNet.EdgeTransition
inDiffMethodAvlNet.DifferentiationMethod
inGradientOrientationAvlNet.GradientOrientation
outImageAvlNet.ImageOutput image.

Function Overrides

See also