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

NeckOcclusionEstimator output structure. This structure contains. More...

#include <INeckOcclusionEstimator.h>

Public Types

enum  Type { Type::NeckCovered = 0, Type::NeckOpen = 1, Type::NeckUnknown = 2 }
 NeckOcclusionEstimator output enum. This enum contains all possible estimation results. More...
 

Public Attributes

float coveredScore
 the score that the neck is covered with clothes
 
float openScore
 the score that the neck is open/not covered with clothes
 
float unknownScore
 the score that the neck is not visible in the image or occluded by other objects
 
Type result
 estimation result ( More...
 

Detailed Description

NeckOcclusionEstimator 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

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

Enumerator
NeckCovered 

the neck is covered with clothes

NeckOpen 

the neck is open/not covered with clothes

NeckUnknown 

the neck is not visible in the image or occluded by other objects

Member Data Documentation

◆ result

Type fsdk::NeckOcclusionEstimation::result

estimation result (

See also
Type) corresponding to the highest score

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