3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
pbio::FaceAttributesEstimator Class Reference

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

#include <FaceAttributesEstimator.h>

Classes

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

Public Types

typedef LightSmartPtr
< FaceAttributesEstimator >
::tPtr 
Ptr
 Alias for the type of a smart pointer to FaceAttributesEstimator.
 

Public Member Functions

Attribute estimate (const pbio::RawSample &sample) const
 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

FaceAttributesEstimator::Attribute pbio::FaceAttributesEstimator::estimate ( const pbio::RawSample sample) const
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)..