Back to FabImage Library website

You are here: Start » Function Reference » Image » Image Basics » RealignImagePitch

RealignImagePitch


Header: FIL.h
Namespace: fil
Module: FoundationLite

Creates a new image with a standard pitch alignment.

Applications: Can be used to normalize an image created with a non-standard third-party camera or framegrabber.

Syntax

C++
C#
 
void fil::RealignImagePitch
(
	const fil::Image& inImage,
	fil::Image& outImage
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Empty image on input in RealignImagePitch.