LivenessAnalyzer

public final class LivenessAnalyzer

LivenessAnalyzer is a class that analyzes the liveness of a face using the SenseCrypt SDK

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The face analyzer for liveness checks

Link copied to clipboard

The image decoder for liveness checks

Functions

Link copied to clipboard
private final Object getFaceAnalyzer()

The face analyzer for liveness checks

Link copied to clipboard
private final Object getImgDecoder()

The image decoder for liveness checks

Link copied to clipboard
public final Boolean isLiveFace(ByteArray imageBytes)

Check if the face is live or not

Link copied to clipboard
private final Object mapTolerance(LivenessTolerance tolerance)

Maps the custom LivenessTolerance to the net.idrnd.idliveface.Tolerance enum

Link copied to clipboard
private final Unit setFaceAnalyzer(Object faceAnalyzer)

The face analyzer for liveness checks

Link copied to clipboard
private final Unit setImgDecoder(Object imgDecoder)

The image decoder for liveness checks