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