Face Engine SDK  5.34.0
A face detection, recognition and tracking engine.
fsdk::DutyUniformEstimation Struct Reference

DutyUniformEstimator output structure. This structure contains. More...

#include <IDutyUniformEstimator.h>

Public Types

enum  Type { Type::ShoulderStraps = 0, Type::NoShoulderStraps = 1, Type::Unknown = 2 }
 DutyUniformEstimator output enum. This enum contains all possible estimation results. More...
 

Public Attributes

float shoulderStrapsScore
 the score that there are shoulder straps on the person
 
float noShoulderStrapsScore
 the score that there are no shoulder straps on the person
 
float unknownScore
 the score that the estimator cannot determine if there are shoulder straps
 
Type result
 estimation result ( More...
 

Detailed Description

DutyUniformEstimator output structure. This structure contains.

  1. probability scores for each possible estimation result
  2. discrete result of estimation The scores are defined in the [0,1] range.

Member Enumeration Documentation

◆ Type

DutyUniformEstimator output enum. This enum contains all possible estimation results.

Enumerator
ShoulderStraps 

the person wears shoulder straps

NoShoulderStraps 

the person does not wear shoulder straps

Unknown 

could not determine if there are shoulder straps

Member Data Documentation

◆ result

Type fsdk::DutyUniformEstimation::result

estimation result (

See also
Type) corresponding to the highest score

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