Back to Adaptive Vision Library website

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

NormalizePixelVectors


Adjusts gradient angles to a given range.

Header:AVL.h

Syntax

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

Parameters

Name Type Default Description
inImage const Image& Input image
inRoi Optional<const Region&> NIL Range of pixels to be processed
inAngleRange GradientAngleRange::Type
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.