You are here: Start » AVL.NET » AVS.ImageOrientation Method

AVS.ImageOrientation Method

Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outOrientationAnglefloat

Function Overrides

See also