You are here: Start » FIL.NET » Invoke.ImageOrientation
Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageOrientation ( Fil.Image inImage, Optional<Fil.Region> inRoi, out float outOrientationAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outOrientationAngle | float |