3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.EmotionsEstimator Class Reference

Interface object for estimation of emotions. More...

Classes

enum  Emotion
 Emotions. More...
 
class  EmotionConfidence
 Emotion with confidence. More...
 

Public Member Functions

void dispose ()
 Release internal object.
 
boolean isDisposed ()
 Check if an object is released. More...
 
Vector< EmotionConfidenceestimateEmotions (final RawSample sample)
 Estimates the emotion of a given face sample. More...
 

Detailed Description

Interface object for estimation of emotions.

Member Function Documentation

Vector<EmotionConfidence> com.vdt.face_recognition.sdk.EmotionsEstimator.estimateEmotions ( final RawSample  sample)
inline

Estimates the emotion of a given face sample.

Parameters
[in]sampleFace sample.
Returns
List of estimated emotions with confidence coefficients. In descending confidence order. The sum of all confidence coefficients equals 1.
boolean com.vdt.face_recognition.sdk.EmotionsEstimator.isDisposed ( )
inline

Check if an object is released.

Returns
true if an object is released, false otherwise.