Head pose angles estimator interface.
More...
#include <IHeadPoseEstimator.h>
Head pose angles estimator interface.
- Note
- This estimator is designed to work with 68 facial landmarks or with raw image data;
- See Also
- IDetector for details.
Estimated angles are:
- pitch;
- yaw;
- roll.
- See Also
- HeadPoseEstimation structure for details about how exactly the estimations are reported.
Estimate headpose angles of multiple frames in a single estimate function call.
- Parameters
-
[in] | images | span of source images. |
[in] | detections | span of detection coordinates in corresponding source images space. |
[out] | out | estimations array of corresponding images. |
- Returns
- Result with error code.
- See Also
- Span, HeadPoseEstimation, Detection, 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. |
[in] | detections | span of detection coordinates in corresponding source images space. |
[out] | errors | output span of errors for each image. |
- Returns
- Result with error code.
- See Also
- Span, Detection, 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: