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::LowerBodyClothingEstimation Struct Reference

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

#include <IHumanAttributeEstimator.h>

Public Attributes

LowerBodyClothing result
 < estimation result ( More...
 
float pants
 shorts probability score
 
float shorts
 skirt probability score
 
float skirt
 unknown state probability score
 
float unknown
 lower body clothing color estimation ( More...
 
OutwearColorEstimation lowerBodyClothingColor
 

Detailed Description

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

Member Data Documentation

LowerBodyClothing fsdk::HumanAttributeResult::LowerBodyClothingEstimation::result

< estimation result (

See Also
LowerBodyClothing enum). pants probability score
float fsdk::HumanAttributeResult::LowerBodyClothingEstimation::unknown

lower body clothing color estimation (

See Also
OutwearColorEstimation).

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