3DiVi Face SDK
3.24.1
|
Interface object for age and gender estimation. More...
#include <AgeGenderEstimator.h>
Classes | |
struct | AgeGender |
Age and gender. More... | |
Public Types | |
enum | Age { AGE_KID = 0, AGE_YOUNG = 1, AGE_ADULT = 2, AGE_SENIOR = 3 } |
Age groups. More... | |
enum | Gender { GENDER_FEMALE = 0, GENDER_MALE = 1 } |
Gender groups. More... | |
typedef LightSmartPtr < AgeGenderEstimator >::tPtr | Ptr |
Alias for the type of a smart pointer to AgeGenderEstimator. | |
Public Member Functions | |
AgeGender | estimateAgeGender (const pbio::RawSample &sample) const |
To estimate age and gender of a given face sample. More... | |
Interface object for age and gender estimation.
|
inline |
To estimate age and gender of a given face sample.
[in] | sample | Face sample. |