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 several images.
- Parameters
-
[in] | images | span of input images, |
- See Also
- fsdk::Span for details
- Parameters
-
[out] | out | output span of orientation estimations. |
- See Also
- fsdk::OrientationType
- Returns
- Error code;
- See Also
- fsdk::FSDKError for details.
- 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 | images span |
[out] | errors | output span of errors for each image. |
- Returns
- Error code;
- See Also
- FSDKError for details.
- Note
- all spans should be based on user owned continuous collections.
The documentation for this struct was generated from the following file: