|
| Liveness (uint version, ILivenessConfig config, ILicense license, uint batchSize, int computeDevice) |
| Creates Liveness object using given config and given license More...
|
|
| Liveness (uint version, ILivenessConfig config, IDataContainer container, uint batchSize, int computeDevice) |
| Creates Liveness object using given config and given container More...
|
|
| Liveness (uint version, ILivenessConfig config, ILicense license, IDataContainer container, uint batchSize, int computeDevice) |
| Creates Liveness object using given config, license and container More...
|
|
| Liveness (uint version, ILivenessConfig config, uint batchSize, int computeDevice) |
| Creates Liveness object using given config and using default license and container More...
|
|
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...
|
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
void | CheckValidity (string objectName=null) |
| Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
|
|
void | Dispose () |
|
|
override void | FreeHandle (IntPtr handle) |
|
override ulong | GetId () |
|
|
uint | Version [get] |
|
IntPtr | Handle [get, protected set] |
|
bool | Valid [get] |
|
bool | Valid [get] |
| True if object is valid, false if disposed or not created properly More...
|
|
uint | Version [get] |
| Returns liveness detection algorithm version More...
|
|
◆ Liveness() [1/4]
FaceSDK.Liveness.Liveness.Liveness |
( |
uint |
version, |
|
|
ILivenessConfig |
config, |
|
|
ILicense |
license, |
|
|
uint |
batchSize, |
|
|
int |
computeDevice |
|
) |
| |
|
inline |
Creates Liveness object using given config and given license
- Parameters
-
version | Liveness algorithm version |
config | Liveness config |
license | License |
batchSize | Batch size |
computeDevice | Compute device |
◆ Liveness() [2/4]
Creates Liveness object using given config and given container
- Parameters
-
version | Liveness algorithm version |
config | Liveness config |
container | Data container |
batchSize | Batch size |
computeDevice | Compute device |
◆ Liveness() [3/4]
◆ Liveness() [4/4]
FaceSDK.Liveness.Liveness.Liveness |
( |
uint |
version, |
|
|
ILivenessConfig |
config, |
|
|
uint |
batchSize, |
|
|
int |
computeDevice |
|
) |
| |
|
inline |
Creates Liveness object using given config and using default license and container
- Parameters
-
- Parameters
-
batchSize | Batch size |
computeDevice | Compute device |
◆ ProcessFaces()
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
-
faces | Faces obtained directly from IFaceDetector or deserialized by ISerializer. |
- Returns
- Set of liveness results.
Implements FaceSDK.Liveness.ILiveness.
The documentation for this class was generated from the following file: