Interface IFaceTracking<T>

  • All Known Implementing Classes:
    FaceTracking

    public interface IFaceTracking<T>
    Face tracking
    Since:
    1.0.0
    • Method Detail

      • trackFaceInImage

        Face trackFaceInImage​(T image)
                       throws java.lang.Exception
        Track face in image.

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

        Parameters:
        image - Image in which to track the face
        Returns:
        Face or null if no face is found
        Throws:
        java.lang.Exception - if the tracking fails
        Since:
        1.0.0