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 the angles.
- Parameters
-
[in] | landmarks | Landmarks68 structure. |
[out] | out | output estimation; |
- See Also
- AngleEstimation.
- Returns
- Error code;
- See Also
- FSDKError for details.
Estimate the angles.
- Parameters
-
[in] | source | image in RGB format. |
[in] | detection | fsdk::Detection structure of corresponding source image. |
[out] | out | output estimation; |
- See Also
- HeadPoseEstimation.
- Returns
- Error code;
- See Also
- FSDKError for details.
Estimate headpose angles of multiple frames in a single estimate function call.
- Parameters
-
[in] | images | array of source images in RGB format. |
[in] | detections | fsdk::Detection array of corresponding images. |
[in] | batchSize | length of images and detections array |
[out] | out | estimations array of corresponding images; |
- See Also
- HeadPoseEstimation.
- Returns
- Error code;
- See Also
- FSDKError for details.
The documentation for this struct was generated from the following file: