| Class | Description |
|---|---|
| AnnotatorFaceRecogniser<FACE extends DetectedFace,PERSON> |
A
FaceRecogniser built on top of an IncrementalAnnotator. |
| EigenFaceRecogniser<FACE extends DetectedFace,PERSON> |
Implementation of a
FaceRecogniser based on Eigenfaces. |
| FaceRecogniser<FACE extends DetectedFace,PERSON> |
Base class for all Face Recognisers.
|
| FaceRecognitionEngine<FACE extends DetectedFace,PERSON> |
The
FaceRecognitionEngine ties together the implementations of a
FaceDetector and FaceRecogniser, and provides a single
convenience API with which to interact with a face recognition system. |
| FisherFaceRecogniser<FACE extends DetectedFace,PERSON> |
Implementation of a
FaceRecogniser based on Fisherfaces. |