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::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
 pants probability score
 
float shorts
 shorts probability score
 
float skirt
 skirt probability score
 
float unknown
 unknown state probability score
 
OutwearColorEstimation lowerBodyClothingColor
 lower body clothing color estimation ( More...
 

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

OutwearColorEstimation fsdk::HumanAttributeResult::LowerBodyClothingEstimation::lowerBodyClothingColor

lower body clothing color estimation (

See Also
OutwearColorEstimation).
LowerBodyClothing fsdk::HumanAttributeResult::LowerBodyClothingEstimation::result

estimation result (

See Also
LowerBodyClothing enum).

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