You are here: Start » FIL.NET » FIS.ImageOrientation Method
FIS.ImageOrientation Method
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
public static void ImageOrientation ( FilNet.Image inImage, out float outOrientationAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outOrientationAngle | float |


