Image orientation estimator interface.
More...
#include <IOrientationEstimator.h>
Image orientation estimator interface.
- Note
- This estimator is designed to work with Image only;
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 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 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: