![]() |
Face SDK
1.14.1 Mozart release
Face Recognition Software Development Kit
|
The liveness detection algorithm. Detects if that`s alive person on the photo. More...
Public Member Functions | |
IFaceSDKSet< ILivenessResult > | 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. More... | |
![]() | |
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... | |
![]() | |
bool | Valid [get] |
True if object is valid, false if disposed or not created properly More... | |
The liveness detection algorithm. Detects if that`s alive person on the photo.
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.
faces | Faces obtained directly from IFaceDetector or deserialized by ISerializer. |
Implemented in FaceSDK.Liveness.Liveness.
|
get |
Returns liveness detection algorithm version