![]() |
Face Engine SDK
5.17.0
A face detection, recognition and tracking engine.
|
HumanAttribute estimator simplified color output structure. This structure contains the result of truncated pool of clor estimations 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 (ApparentColor color) const |
Returns score of required color. More... | |
Public Attributes | |
bool | isBlack |
attribute is black | |
bool | isWhite |
attribute is white | |
bool | isOther |
attribute is some other | |
bool | isUnknown |
attribute is unknown | |
float | scores [static_cast< int >(ApparentColor::Count)] |
estimation scores | |
HumanAttribute estimator simplified color output structure. This structure contains the result of truncated pool of clor estimations and probability scores for each possible estimation result. Probability scores are defined in [0,1] range.