You are here: Start » AVL.NET » AVL.RealignImagePitch Method
AVL.RealignImagePitch Method
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
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outImage | AvlNet.Image | Output image. |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty image on input in RealignImagePitch. |


