![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
The liveness detection algorithm. Detects spoof attacks. More...
#include <liveness.h>
Public Member Functions | |
virtual uint32_t | version () const =0 |
Returns liveness detection algorithm version. | |
virtual liveness_result_set | process_faces (const face_sdk::face_set &faces)=0 |
Performs liveness detection on detected faces. The faces must be detected by compatible face detection algorithm. See list of dependencies. If you serialize faces you must serialize with full frame for correct work. More... | |
The liveness detection algorithm. Detects spoof attacks.
Use face_sdk::make_liveness functions for instantiate an liveness object.
|
pure virtual |
Performs liveness detection on detected faces. The faces must be detected by compatible face detection algorithm. See list of dependencies.
If you serialize faces you must serialize with full frame for correct work.
[in] | faces | Faces obtained directly from face_sdk::face_detector or deserialized by face_sdk::serializer. |
face_sdk::exception | See Exceptions handling. |