3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
face_sdk.modules.liveness_2d_estimator.Liveness Class Reference

Estimated liveness. More...

Static Public Attributes

int NOT_ENOUGH_DATA = 0
 Not enough information.
 
int REAL = 1
 The observed face belongs to a real person.
 
int FAKE = 2
 The observed face is taken from a photo.
 
int NOT_COMPUTED = 3
 The observed face was not checked.
 
int FACE_NOT_FULLY_FRAMED = 4
 The observed face is out of image boundaries.
 
int MULTIPLE_FACE_FRAMED = 5
 More than one face detected on the input image.
 
int FACE_TURNED_RIGHT = 6
 The observed face is not frontal and turned right.
 
int FACE_TURNED_LEFT = 7
 The observed face is not frontal and turned left.
 
int FACE_TURNED_UP = 8
 The Observed face is not frontal and turned up.
 
int FACE_TURNED_DOWN = 9
 The Observed face is not frontal and turned down.
 
int BAD_IMAGE_LIGHTING = 10
 Input image has bad lighting.
 
int BAD_IMAGE_NOISE = 11
 Input image is too noisy.
 
int BAD_IMAGE_BLUR = 12
 Input image is too blurry.
 
int BAD_IMAGE_FLARE = 13
 Input image is too flared.
 

Detailed Description

Estimated liveness.