VerIDTAFaceDetectionService

Face detection service optimised for time and attendance devices with a camera mounted to a fixed location.

Package com.appliedrec.ver_id.services

public class VerIDTAFaceDetectionService

Constructors

VerIDTAFaceDetectionService

Introduced in version 4.7.0

public VerIDTAFaceDetectionService(VerIDSessionSettings)

Class constructor

Parameters

settings com.appliedrec.ver_id.session.VerIDSessionSettings
Session settings

VerIDTAFaceDetectionService

Introduced in version 4.7.0

public VerIDTAFaceDetectionService(VerIDSessionSettings, long, int, float, float, float, float)

Class constructor

Parameters

settings com.appliedrec.ver_id.session.VerIDSessionSettings
Session settings
pauseTime long
Pause time in milliseconds
faceBufferSize int
Size of the face buffer
yawThreshold float
Threshold angle for the yaw axis
pitchThreshold float
Threshold angle for the pitch axis
yawThresholdTolerance float
Threshold tolerance angle for the yaw axis
pitchThresholdTolerance float
Threshold tolerance angle for the pitch axis

See also

Methods

isFaceWithBoundsFixedInImageSize

Introduced in version 4.7.0

public isFaceWithBoundsFixedInImageSize(RectF, Size)

This implementation considers the face to be fixed if it fits within the bounds of the image and its width is greater than a quarter of the image's shorter side. See super class for details.

Parameters

faceBounds android.graphics.RectF
size com.appliedrec.shared.Size

Returns

boolean