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

Interface object used to estimate attributes of the face. More...

Classes

class  Attribute
 The result of determining the presence of the required attribute on the face. More...
 
class  EyeStateScore
 Estimated eye state and probability of eye opening. More...
 

Public Member Functions

void dispose ()
 Release internal object.
 
boolean isDisposed ()
 Check if an object is released. More...
 
Attribute estimate (RawSample sample)
 Estimates if there is is a required attribute on a given face sample. More...
 

Detailed Description

Interface object used to estimate attributes of the face.

Member Function Documentation

Attribute com.vdt.face_recognition.sdk.FaceAttributesEstimator.estimate ( RawSample  sample)
inline

Estimates if there is is a required attribute on a given face sample.

Parameters
[in]sampleFace sample.
Returns
Estimated verdict and score (see FaceAttributesEstimator.Attribute for details)..
boolean com.vdt.face_recognition.sdk.FaceAttributesEstimator.isDisposed ( )
inline

Check if an object is released.

Returns
true if an object is released, false otherwise.