You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.RealignImagePitch

AVL.RealignImagePitch

Creates a new image with a standard pitch alignment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RealignImagePitch
(
	AvlNet.Image inImage,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Empty image on input in RealignImagePitch.

See also