Package com.appliedrec.verid.core2
Class FaceTracking
- java.lang.Object
-
- com.appliedrec.verid.core2.FaceTracking
-
- All Implemented Interfaces:
IFaceTracking<Image>
public class FaceTracking extends java.lang.Object implements IFaceTracking<Image>
Ver-ID's default implementation of theIFaceTracking
interface
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Face
trackFaceInImage(Image image)
Track face in image.
-
-
-
Method Detail
-
trackFaceInImage
@Nullable public Face trackFaceInImage(Image image) throws VerIDCoreException
Description copied from interface:IFaceTracking
Track face in image.The implementation may keep track of the previously detected face to improve the face detection performance.
- Specified by:
trackFaceInImage
in interfaceIFaceTracking<Image>
- Parameters:
image
- Image in which to track the face- Returns:
- Face or null if no face is detected
- Throws:
VerIDCoreException
-
-