IFaceTracking

Face tracking

Package com.appliedrec.verid.core2

public interface IFaceTracking

Methods

trackFaceInImage

Introduced in version 1.0.0

public trackFaceInImage(VerIDImage)

Track face in image.

The implementation may keep track of the previously detected face to improve the face detection performance.

Parameters

image com.appliedrec.verid.core2.VerIDImage
Image in which to track the face

Returns

com.appliedrec.verid.core2.Face
Face or null if no face is found

Throws

java.lang.Exception
if the tracking fails