![]() |
Face Engine SDK
4.7.0
A face detection, recognition and tracking engine.
|
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. | |
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%.