3DiVi Face SDK
3.24.1
|
Interface object for estimation of emotions. More...
Classes | |
class | EmotionConfidence |
Emotion with confidence. More... | |
Public Types | |
enum | Emotion { Emotion.EMOTION_NEUTRAL = 0, Emotion.EMOTION_HAPPY = 1, Emotion.EMOTION_ANGRY = 2, Emotion.EMOTION_SURPRISE = 3, Emotion.EMOTION_DISGUSTED = 4, Emotion.EMOTION_SCARED = 5, Emotion.EMOTION_SAD = 6 } |
Emotions. More... | |
Public Member Functions | |
List< EmotionConfidence > | estimateEmotions (RawSample sample) |
Estimates the emotion of a given face sample. More... | |
Public Member Functions inherited from VDT.FaceRecognition.SDK.IDisposableObject | |
virtual void | Dispose () |
Release internal object. | |
Additional Inherited Members | |
Properties inherited from VDT.FaceRecognition.SDK.IDisposableObject | |
bool | isDisposed [get] |
True if internal object already disposed. | |
Interface object for estimation of emotions.
|
inline |
Estimates the emotion of a given face sample.
[in] | sample | Face sample. |