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

Smile estimation structure Each estimation is given in normalized [0, 1] range and scores sum always equals 1. Parameter meanings: More...

#include <ISmileEstimator.h>

Public Attributes

float mouth
 mouth probability score;
 
float smile
 smile probability score;
 
float occlusion
 mouth occlusion probability score.
 

Detailed Description

Smile estimation structure Each estimation is given in normalized [0, 1] range and scores sum always equals 1. Parameter meanings:

  • mouth: mouth presence on the image probability. 1 - 100%, 0 - 0%;
  • smile: smile presence on the image probability. 1 - 100%, 0 - 0%;
  • overlap: mouth overlapping presence on the image probability. 1 - 100%, 0 - 0%.

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