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

Liveness OneShotRGB estimation structure. More...

#include <ILivenessOneShotRGBEstimator.h>

List of all members.

Public Types

enum  State { Alive = 0, Fake, 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines