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

Liveness OneShotRGB estimation structure. More...

#include <ILivenessOneShotRGBEstimator.h>

Public Types

enum  State { State::Alive = 0, State::Fake, State::Unknown }
 

Public Attributes

float score
 Estimation score.
 
State state
 Liveness status.
 
float qualityScore
 Liveness quality score.
 

Detailed Description

Liveness OneShotRGB estimation structure.

Note
estimation score normalized between 0.0 and 1.0, where 1.0 equals to 100% confidence that person on image is alive, and 0.0 equals to 0%.

Member Enumeration Documentation

Enumerator
Alive 

The person on image is real.

Fake 

The person on image is fake (photo, printed image)

Unknown 

The liveness status of person on image is Unknown.


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