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

HeadWearType estimator output structure. This structure contains the result of estimation (. More...

#include <IHeadWearEstimator.h>

Public Member Functions

float getScore (HeadWearType type) const
 Returns score of required headwear type. More...
 

Public Attributes

HeadWearType result
 estimation result ( More...
 
float scores [static_cast< int >(HeadWearType::Count)]
 estimation scores
 

Detailed Description

HeadWearType estimator output structure. This structure contains the result of estimation (.

See Also
HeadWearType enum) and probability scores for each possible estimation result. Probability scores are defined in [0,1] range.

Member Data Documentation

HeadWearType fsdk::HeadWearTypeEstimation::result

estimation result (

See Also
HeadWearType enum)

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