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

AVL.ImageOrientation(AvlNet.Image, float)

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

inImage
Type: AvlNet.Image
Input image
outOrientationAngle
Type: System.Single

Remarks

See full override for more details.

See also