Face Engine SDK  5.21.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::HumanAttributeResult::ApparentColorEstimation Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: