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

Personal Protection Equipment estimation structure (a.k.a. PPE) This structure contains prediction scores per each personal equipment attribute. More...

#include <IPPEEstimator.h>

Public Types

enum  PPEState : uint8_t { PPEState::Positive, PPEState::Negative, PPEState::Unknown, PPEState::Count }
 

Public Member Functions

PPEState getPredominantState ()
 returns predominant personal equipment state
 

Public Attributes

float positive = 0.0f
 
float negative = 0.0f
 
float unknown = 0.0f
 

Detailed Description

Personal Protection Equipment estimation structure (a.k.a. PPE) This structure contains prediction scores per each personal equipment attribute.

  • positive: score that tells wether person is wearing specific PE attribute;
  • negative: score that tells wether person is not wearing specific PE attribute;
  • unknown: score that tells wether person wears specific PE attribute is unknown;
    Note
    All 3 prediction scores should sum up to 1.

Member Enumeration Documentation

enum fsdk::OnePPEEstimation::PPEState : uint8_t
strong
Enumerator
Positive 

person is wearing specific personal equipment;

Negative 

person isn't wearing specific personal equipment;

Unknown 

it's hard to tell wether person wears specific personal equipment.

Count 

state count


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