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::HumanAttributeResult::GenderEstimation Struct Reference

HumanAttribute estimator gender output structure. This structure contains the result of gender estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More...

#include <IHumanAttributeEstimator.h>

Public Attributes

Gender result
 estimation result ( More...
 
float female
 female gender probability score
 
float male
 male gender probability score
 
float unknown
 unknown gender probability score
 

Detailed Description

HumanAttribute estimator gender output structure. This structure contains the result of gender estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range.

Member Data Documentation

Gender fsdk::HumanAttributeResult::GenderEstimation::result

estimation result (

See Also
Gender enum).

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