You are here: Start » AVL.NET » AVL.RealignImagePitch(AvlNet.Image, AvlNet.Image)
AVL.RealignImagePitch(AvlNet.Image, AvlNet.Image)
Creates a new image with a standard pitch alignment.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RealignImagePitch( AvlNet.Image inImage, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - outImage
- Type: AvlNet.Image
Output image
Errors
| Error type | Description |
|---|---|
| DomainError | Empty image on input in RealignImagePitch. |
