Package | Description |
---|---|
org.openimaj.image.processing.face.tracking |
Implementations of methods for tracking faces in videos.
|
Modifier and Type | Class and Description |
---|---|
class |
KLTHaarFaceTracker
A face tracker that uses the
HaarCascadeDetector to detect faces in
the image and then tracks them using the KLTTracker . |