Face SDK  1.14.1 Mozart release
Face Recognition Software Development Kit
Public Member Functions | Properties | List of all members
FaceSDK.Liveness.ILiveness Interface Reference

The liveness detection algorithm. Detects if that`s alive person on the photo. More...

Inheritance diagram for FaceSDK.Liveness.ILiveness:
FaceSDK.IFaceSDKBase FaceSDK.Liveness.Liveness

Public Member Functions

IFaceSDKSet< ILivenessResultProcessFaces (IFaceSDKSet< IFace > faces)
 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...
 
- Public Member Functions inherited from FaceSDK.IFaceSDKBase
void CheckValidity (string objectName=null)
 Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
 

Properties

uint Version [get]
 Returns liveness detection algorithm version More...
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 

Detailed Description

The liveness detection algorithm. Detects if that`s alive person on the photo.

Member Function Documentation

◆ ProcessFaces()

IFaceSDKSet<ILivenessResult> FaceSDK.Liveness.ILiveness.ProcessFaces ( IFaceSDKSet< IFace faces)

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.

Parameters
facesFaces obtained directly from IFaceDetector or deserialized by ISerializer.
Returns
Set of liveness results.

Implemented in FaceSDK.Liveness.Liveness.

Property Documentation

◆ Version

uint FaceSDK.Liveness.ILiveness.Version
get

Returns liveness detection algorithm version


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