See: Description
| Interface | Description |
|---|---|
| FaceTracker<I extends Image<?,I>> |
An interface for classes that are able to track faces within images.
|
| Class | Description |
|---|---|
| KLTHaarFaceTracker |
A face tracker that uses the
HaarCascadeDetector to detect faces in
the image and then tracks them using the KLTTracker. |