Face Engine SDK  5.14.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::MouthEstimationExtended Struct Reference

Extended mouth estimator output structure. Stores flags that indicates which mouth feature is present. Multiple state flags may be set to true meaning that the final mouth state is a combination of those. Probability scores are defined in [0,1] range. More...

#include <IMouthEstimator.h>

Public Attributes

float opened
 mouth opened score
 
float smile
 person is smiling score
 
float occluded
 mouth is occluded score
 
bool isOpened
 Mouth is opened flag.
 
bool isSmiling
 Person is smiling flag.
 
bool isOccluded
 Mouth is occluded flag.
 
SmileTypeScores smileTypeScores
 Smile types scores (. More...
 
SmileType smileType
 Contains smile type if person "isSmiling" (. More...
 

Detailed Description

Extended mouth estimator output structure. Stores flags that indicates which mouth feature is present. Multiple state flags may be set to true meaning that the final mouth state is a combination of those. Probability scores are defined in [0,1] range.

Member Data Documentation

SmileType fsdk::MouthEstimationExtended::smileType

Contains smile type if person "isSmiling" (.

See Also
SmileType enum)
SmileTypeScores fsdk::MouthEstimationExtended::smileTypeScores

Smile types scores (.

See Also
SmileTypeScores enum)

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