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

AVL.PixelVectorDirAndPresence

Computes gradient orientations of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PixelVectorDirAndPresence
(
	AvlNet.Image inImage,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image.

Errors

List of possible exceptions:

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

Function Overrides

See also