|
3DiVi Face SDK
3.28.0
|
Classes | |
| class | face_sdk.modules.emotions_estimator.Emotion |
| Emotions. More... | |
| class | face_sdk.modules.emotions_estimator.EmotionConfidence |
| Emotion with confidence. More... | |
| class | face_sdk.modules.emotions_estimator.EmotionsEstimator |
| Interface object for estimation of emotions. More... | |
Functions | |
| def | face_sdk.modules.emotions_estimator.EmotionConfidence.__init__ |
| Emotion. More... | |
| def | face_sdk.modules.emotions_estimator.EmotionsEstimator.estimate_emotions |
| Estimates the emotion of a given face sample. More... | |
Variables | |
| int | face_sdk.modules.emotions_estimator.Emotion.EMOTION_NEUTRAL = 0 |
| Neutral. | |
| int | face_sdk.modules.emotions_estimator.Emotion.EMOTION_HAPPY = 1 |
| Happy. | |
| int | face_sdk.modules.emotions_estimator.Emotion.EMOTION_ANGRY = 2 |
| Angry. | |
| int | face_sdk.modules.emotions_estimator.Emotion.EMOTION_SURPRISE = 3 |
| Surprised. | |
| int | face_sdk.modules.emotions_estimator.Emotion.EMOTION_DISGUSTED = 4 |
| Disgusted. | |
| int | face_sdk.modules.emotions_estimator.Emotion.EMOTION_SCARED = 5 |
| Scared. | |
| int | face_sdk.modules.emotions_estimator.Emotion.EMOTION_SAD = 6 |
| Sad. | |
| def face_sdk.modules.emotions_estimator.EmotionConfidence.__init__ | ( | self, | |
| emotion | |||
| ) |
Positive real number in the range of [0; 1].
| def face_sdk.modules.emotions_estimator.EmotionsEstimator.estimate_emotions | ( | self, | |
| sample | |||
| ) |
Estimates the emotion of a given face sample.
| [in] | sample | Face sample. |