Package | Description |
---|---|
org.openimaj.image.processing.face.recognition |
Modifier and Type | Method and Description |
---|---|
static <FACE extends DetectedFace,PERSON> |
EigenFaceRecogniser.create(int numComponents,
FaceAligner<FACE> aligner,
int k,
DoubleFVComparator compar)
Convenience method to create an
EigenFaceRecogniser with a
standard KNN classifier. |
static <FACE extends DetectedFace,PERSON> |
EigenFaceRecogniser.create(int numComponents,
FaceAligner<FACE> aligner,
int k,
DoubleFVComparator compar,
float threshold)
Convenience method to create an
EigenFaceRecogniser with a
standard KNN classifier, incorporating a threshold on the maximum
distance (or minimum similarity) to allow a match. |