![]() |
Face Engine SDK
5.34.0
A face detection, recognition and tracking engine.
|
PhotorealisticFaceEstimator output structure. This structure contains. More...
#include <IPhotorealisticFaceEstimator.h>
Public Types | |
| enum | Type { Type::Real = 0, Type::Drawn = 1 } |
| PhotorealisticFaceEstimator output enum. This enum contains all possible estimation results. More... | |
Public Attributes | |
| float | realScore |
| Type | result |
| realScore binarized by a threshold (0.5 by default), More... | |
PhotorealisticFaceEstimator output structure. This structure contains.
|
strong |
| float fsdk::PhotorealisticFaceEstimation::realScore |
the score that the person is real (not drawn), [0,1] 0 - the person is drawn, 1 - the person is real.
| Type fsdk::PhotorealisticFaceEstimation::result |
realScore binarized by a threshold (0.5 by default),