Class FaceTracking

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Face trackFaceInImage​(Image image)
      Track face in image.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface IFaceTracking<Image>
        Parameters:
        image - Image in which to track the face
        Returns:
        Face or null if no face is detected
        Throws:
        VerIDCoreException