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

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...
 

Detailed Description

PhotorealisticFaceEstimator output structure. This structure contains.

  1. the score that the person is real
  2. discrete result of estimation

Member Enumeration Documentation

◆ Type

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

Enumerator
Real 

the person is real

Drawn 

the person is drawn

Member Data Documentation

◆ realScore

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.

◆ result

Type fsdk::PhotorealisticFaceEstimation::result

realScore binarized by a threshold (0.5 by default),

See also
Type.

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