You are here: Start » AVL.NET » Invoke.ImageOrientation

Invoke.ImageOrientation

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageOrientation
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
outOrientationAnglefloat

See also