Back to Adaptive Vision Library Lite website

You are here: Start » Image Basics » RealignImagePitch

RealignImagePitch


Header:AVL.h
Namespace:avl

Creates a new image with a standard pitch alignment.

Syntax

void avl::RealignImagePitch
(
	const avl::Image& inImage,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inImage const Image& Input image
outImage Image& Output image

Errors

List of possible exceptions:

Error type Description
DomainError Empty image on input in RealignImagePitch.