Back to Adaptive Vision Library website

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

MeasurePixelVectors


Computes gradient magnitudes of an image.

Header:AVL.h

Syntax

C++
C#
 
void avl::MeasurePixelVectors
(
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inImage const Image& Input image
inRoi Optional<const Region&> NIL Range of pixels to be processed
outImage Image& Output image

Requirements

For input inImage only pixel formats are supported: 2xuint8, 2xuint16, 2xint8, 2xint16, 2xint32, 2xreal.

Read more about pixel formats in Image documentation.