You are here: Start » AVL.NET » Function Reference » Image » Image Vector Transforms » AVL.MeasurePixelVectors

AVL.MeasurePixelVectors

Computes gradient magnitudes of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MeasurePixelVectors
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	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.
outImageAvlNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in MeasurePixelVectors.
DomainError Not supported inImage pixel format in MeasurePixelVectors.

Function Overrides

See also