3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
VDT.FaceRecognition.SDK.FaceAttributesEstimator Class Reference

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

Classes

class  Attribute
 
class  EyeStateScore
 Estimated eye state and probability of eye opening. More...
 

Public Member Functions

 FaceAttributesEstimator (Dictionary< string, dynamic > config)
 
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 VDT.FaceRecognition.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)..