![]() |
Face Engine SDK
5.2.0
A face detection, recognition and tracking engine.
|
Ethnicity estimation structure. Each estimation is given in normalized [0, 1] range. More...
#include <IAttributeEstimator.h>
Public Types | |
| enum | Ethnicities { AfricanAmerican = 0, Indian, Asian, Caucasian, Count } |
Public Member Functions | |
| Ethnicities | getPredominantEthnicity () const |
| Returns ethnicity with greatest score. | |
| float | getEthnicityScore (Ethnicities ethnicity) const |
| Returns score of required ethnicity. More... | |
Public Attributes | |
| float | africanAmerican |
| float | indian |
| float | asian |
| float | caucasian |
Ethnicity estimation structure. Each estimation is given in normalized [0, 1] range.
|
inline |
Returns score of required ethnicity.
| ethnicity | ethnicity |