Back to Aurora Vision Library Lite website
You are here: Start » Image » Image Basics » RealignImagePitch
RealignImagePitch
Header: | AVL.h |
---|---|
Namespace: | avl |
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
void avl::RealignImagePitch ( const avl::Image& inImage, avl::Image& outImage )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty image on input in RealignImagePitch. |