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
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image.

Errors

Error type Description
DomainError Empty image on input in RealignImagePitch.

See also