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

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

#include <IHeadWearEstimator.h>

Public Member Functions

float getScore (HeadWearState state) const
 Returns score of required headwear state. More...
 

Public Attributes

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

Detailed Description

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

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

Member Data Documentation

HeadWearState fsdk::HeadWearStateEstimation::result

estimation result (

See Also
HeadWearState enum)

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