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

LightColoredClothesEstimator output structure. This structure contains. More...

#include <ILightColoredClothesEstimator.h>

Public Types

enum  Type { Type::Light = 0, Type::Dark = 1, Type::Unknown = 2 }
 LightColoredClothesEstimator output enum. This enum contains all possible estimation results. More...
 

Public Attributes

float lightScore
 the score that the person wears light-colored clothes
 
float darkScore
 the score that the person wears dark-colored clothes
 
float unknownScore
 the score that the estimator cannot determine if clothes are light or dark
 
Type result
 estimation result ( More...
 

Detailed Description

LightColoredClothesEstimator 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

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

Enumerator
Light 

the person wears light-colored clothes

Dark 

the person wears dark-colored clothes

Unknown 

could not determine if clothes are light or dark

Member Data Documentation

◆ result

Type fsdk::LightColoredClothesEstimation::result

estimation result (

See also
Type) corresponding to the highest score

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