![]() |
Face Engine SDK
5.17.0
A face detection, recognition and tracking engine.
|
HumanAttribute estimator outwear color output structure. This structure contains the result of outwear color estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More...
#include <IHumanAttributeEstimator.h>
Public Member Functions | |
float | getScore (Color color) const |
Returns score of required outwear color. More... | |
Public Attributes | |
bool | isBlack |
outwear is black | |
bool | isBlue |
outwear is blue | |
bool | isGreen |
outwear is green | |
bool | isGrey |
outwear is grey | |
bool | isOrange |
outwear is orange | |
bool | isPurple |
outwear is purple | |
bool | isRed |
outwear is red | |
bool | isWhite |
outwear is white | |
bool | isYellow |
outwear is yellow | |
bool | isPink |
outwear is pink | |
bool | isBrown |
outwear is brown | |
bool | isBeige |
outwear is beige | |
bool | isKhaki |
outwear is khaki | |
bool | isMulticolored |
outwear is multicolored | |
float | scores [static_cast< int >(Color::Count)] |
estimation scores | |
HumanAttribute estimator outwear color output structure. This structure contains the result of outwear color estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range.