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. |
[out] | out | estimations array of corresponding images; |
- See Also
- HeadPoseEstimation.
- Returns
- Error code;
- See Also
- FSDKError for details.
Validate input of multiple frames in a single function call.
- Parameters
-
[in] | images | span of input images. |
[in] | detections | span of detection coords of corresponding source images. |
[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: