You are here: Start » FIL.NET » Function Reference » Image » Image Features » FIL.ImageOrientation

FIL.ImageOrientation

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImageOrientation
(
	FilNet.Image inImage,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outOrientationAnglefloat

Errors

List of possible exceptions:

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

Function Overrides

See also