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:
-
HeadPoseEstimation structure for details about how exactly the estimations are reported.
◆ estimate() [1/3]
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() [2/3]
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.
◆ estimate() [3/3]
Estimate the angles.
- Parameters
-
[in] | landmarks | Landmarks68 structure. |
[out] | out | output estimation; |
- See also
- AngleEstimation.
- Returns
- Error code;
- See also
- FSDKError for details.
The documentation for this struct was generated from the following file: