Emotions estimator interface.
More...
#include <IEmotionsEstimator.h>
Emotions estimator interface.
- Note
- This estimator is designed to work with a person face image; you should pass a warped face detection image obtained from IWarper.
- See Also
- IWarper for details. Emotions estimator detects set of emotions depiceted on given face.
-
EmotionsEstimation for output details.
Estimate the attributes of multiple warped images in a single estimate function call.
- Parameters
-
[in] | warps | span of images with warped faces. |
[out] | emotionEstimations | output EmotionEstimation span. |
- See Also
- EmotionEstimation for details
- Returns
- Result with error code.
- See Also
- Span, EmotionsEstimation, Image, Result and FSDKError for details.
- Note
- warps 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] | warps | span of images with warped faces. |
[out] | errors | output span of errors for each image. |
- Returns
- Result with error code.
- See Also
- Span, Image, Result and FSDKError for details.
- Note
- warps 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: