You are here: Start » AVL.NET » Function Reference » Image » Image Local Transforms » AVL.GradientMagnitudeImage_Signed

AVL.GradientMagnitudeImage_Signed

Computes an image of gradient for only selected direction.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Hardware Acceleration

This operation is optimized for SSE41 technology for pixels of type: UINT8.

This operation is optimized for AVX2 technology for pixels of type: UINT8.

This operation is optimized for NEON technology for pixels of type: UINT8.

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inImage pixel format in GradientMagnitudeImage_Signed.

Function Overrides

See also