Face Engine SDK  5.23.0
A face detection, recognition and tracking engine.
fsdk::HumanAttributeResult::SleeveSizeEstimation Struct Reference

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

#include <IHumanAttributeEstimator.h>

Public Attributes

SleeveSize result
 estimation result ( More...
 
float shortSize
 short sleeves size probability score
 
float longSize
 long sleeves size probability score
 
float unknown
 unknown sleeves size probability score
 

Detailed Description

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

Member Data Documentation

◆ result

SleeveSize fsdk::HumanAttributeResult::SleeveSizeEstimation::result

estimation result (

See also
SleeveSize enum).

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