See: Description
Interface | Description |
---|---|
FaceDetector<T extends DetectedFace,I extends Image<?,I>> |
Interfaces for classes that are capable of detecting faces.
|
Class | Description |
---|---|
CCDetectedFace |
A
DetectedFace that is represented/detected by a
ConnectedComponent . |
CLMDetectedFace |
A constrained local model detected face.
|
CLMFaceDetector |
Face detector based on a constrained local model.
|
CLMFaceDetector.Configuration |
Configuration for the face detector
|
DatasetFaceDetector |
Convenience methods for dealing with face detections in datasets and lists of
images.
|
DetectedFace |
A DetectedFace models a face detected by a face detector, together with the
locations of certain facial features localised on the face.
|
EllipticalDetectedFace |
An extension of a
DetectedFace that represents the detection by an
ellipse. |
HaarCascadeDetector |
A face detector based on a Haar cascade.
|
IdentityFaceDetector<IMAGE extends Image<?,IMAGE>> |
A face detector that does nothing other than wrap the input image in a single
DetectedFace object. |
SandeepFaceDetector |
Implementation of a face detector along the lines of "Human Face Detection in
Cluttered Color Images Using Skin Color and Edge Information" K.
|
Enum | Description |
---|---|
FaceDetectorFeatures |
Simple features that can be extracted from a list of detected faces and an
image.
|
HaarCascadeDetector.BuiltInCascade |
The set of pre-trained cascades from OpenCV.
|
FaceDetector
interface describes classes capable of performing the
detection task. The DetectedFace
interface describes a detected face within an image.