I
- The type of image on which the face tracker will operatepublic interface FaceTracker<I extends Image<?,I>>
Modifier and Type | Method and Description |
---|---|
List<DetectedFace> |
trackFace(I img)
Given the image, can a face be tracked on the image.
|
List<DetectedFace> trackFace(I img)
img
- The image to track a face in