3DiVi Face SDK
3.24.1
|
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... | |
Interface object used to estimate attributes of the face.
|
inline |
Estimates if there is is a required attribute on a given face sample.
[in] | sample | Face sample. |