Face Engine SDK  5.23.0
A face detection, recognition and tracking engine.
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

◆ result

Gender fsdk::HumanAttributeResult::GenderEstimation::result

estimation result (

See also
Gender enum).

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