You are here: Start » AVL.NET » AVL.ImageOrientation(AvlNet.Image, AvlNet.Region, float)

AVL.ImageOrientation(AvlNet.Image, AvlNet.Region, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageOrientation(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	out float outOrientationAngle
)

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
outOrientationAngle
Type: System.Single

Errors

Error type Description
DomainError Empty region on input in ImageOrientation.
DomainError Black image on input in ImageOrientation.

See also