Image orientation estimator interface.
More...
#include <IOrientationEstimator.h>
Image orientation estimator interface.
- Note
- This estimator is designed to work with Image only;
◆ estimate() [1/2]
Estimate orientation of image (Normal, Right90deg, Left90deg or UpsideDown).
- Parameters
-
- Returns
- ResultValue with error code and OrientationType estimation.
- See also
- OrientationType, Image, ResultValue and FSDKError for details.
- Note
- images format must be R8G8B8,
- See also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
◆ estimate() [2/2]
Estimate orientation of several images.
- Parameters
-
[in] | images | span of source images. |
[out] | out | output span of orientation estimations. |
- Returns
- Result with error code.
- See also
- Span, OrientationType, Image, Result and FSDKError for details.
- Note
- images format must be R8G8B8,
- See also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
◆ validate()
Validate input of multiple frames in a single function call.
- Parameters
-
[in] | images | span of source images. |
[out] | errors | output span of errors for each image. |
- Returns
- Result with error code.
- See also
- Span, Image, Result and FSDKError for details.
- Note
- images format must be R8G8B8,
- See also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
The documentation for this struct was generated from the following file: