| Package | Description |
|---|---|
| org.openimaj.image.processing.face.recognition |
| Constructor and Description |
|---|
EigenFaceRecogniser(EigenFaceFeature.Extractor<FACE> extractor,
FaceRecogniser<FACE,PERSON> internalRecogniser)
Construct with the given feature extractor and underlying
FaceRecogniser. |
EigenFaceRecogniser(EigenFaceFeature.Extractor<FACE> extractor,
IncrementalAnnotator<FACE,PERSON> annotator)
Construct with the given feature extractor and underlying
IncrementalAnnotator. |