Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Features » ImageOrientation
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0.
Syntax
C++
C#
void fil::ImageOrientation ( const fil::Image& inImage, ftl::Optional<const fil::Region&> inRoi, float& outOrientationAngle )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
inRoi | Optional<const Region&> | NIL | Range of pixels to be processed |
![]() |
outOrientationAngle | float& |
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. |