Interface | Description |
---|---|
Aligners.AlignerDetectorProvider<FACE extends DetectedFace> |
Interface for configuration objects that can provide a compatible aligner
and detector pair.
|
FaceDetectors.FaceDetectorProvider<FACE extends DetectedFace,IMAGE extends Image<?,IMAGE>> |
Interface for providers of
FaceDetector s |
RecognitionEngineProvider<FACE extends DetectedFace> |
Interface for objects capable of providing configured recognition engines
|
Class | Description |
---|---|
Aligners |
Face aligners configuration for the tools.
|
FaceDetectors |
Face detector configuration for the tools
|
Enum | Description |
---|---|
Aligners.AnyAligner |
All types of aligner
|
FaceDetectors.AnyBasicFImageDetector |
Any type of basic
FImage detector. |
RecognitionStrategy |
Standard recognition strategies
|