Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Basics » RealignImagePitch
RealignImagePitch
Creates a new image with a standard pitch alignment.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::RealignImagePitch ( const avl::Image& inImage, avl::Image& outImage )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Empty image on input in RealignImagePitch. |


