Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::liveness_102_config Class Referenceabstract

The config for liveness 102 algorithm. More...

#include <liveness_102.h>

Inheritance diagram for face_sdk::liveness_102_config:
face_sdk::liveness_config

Public Member Functions

virtual float threshold1 () const =0
 threshold for livenes_102_result::value1(). All three values must be greater than corresponsding thresholds for passing liveness.
 
virtual float threshold2 () const =0
 threshold for livenes_102_result::value2(). All three values must be greater than corresponsding thresholds for passing liveness.
 
virtual float threshold3 () const =0
 threshold for livenes_102_result::value3(). All three values must be greater than corresponsding thresholds for passing liveness.
 

Detailed Description

The config for liveness 102 algorithm.

Use face_sdk::make_liveness_102_config or make_liveness_102_default_config to instantiate config


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