See: Description
Interface | Description |
---|---|
FacialFeature |
A FacialFeature is a feature describing a face that has
been detected.
|
FacialFeatureExtractor<T extends FacialFeature,Q extends DetectedFace> |
Interface for factory objects capable of extracting a
FacialFeature
from a DetectedFace . |
Class | Description |
---|---|
CLMPoseFeature |
A feature-vector that describes the pose of a face in 3D space in terms of
its pitch, yaw and roll.
|
CLMPoseFeature.Extractor |
A
FacialFeatureExtractor for providing CLMPoseFeature s. |
CLMPoseShapeFeature |
A feature-vector that describes the pose and shape of a face.
|
CLMPoseShapeFeature.Extractor |
A
FacialFeatureExtractor for providing
CLMPoseShapeFeature s. |
CLMShapeFeature |
A feature-vector that describes the shape of a face through a list of
eigen-weights on a point distribution model.
|
CLMShapeFeature.Extractor |
A
FacialFeatureExtractor for providing CLMShapeFeature s. |
DoGSIFTFeature |
A
FacialFeature that uses DoG-SIFT features to
describe a face. |
DoGSIFTFeature.Extractor |
A
FacialFeatureExtractor for producing DoGSIFTFeature s |
EigenFaceFeature |
A
FacialFeature for EigenFaces. |
EigenFaceFeature.Extractor<T extends DetectedFace> |
A
FacialFeatureExtractor for producing EigenFaces. |
FaceImageFeature |
A
FacialFeature that is just the pixel values
of a (possibly aligned) face detection. |
FaceImageFeature.Extractor<T extends DetectedFace> |
A
FacialFeatureExtractor for producing FaceImageFeature s. |
FacePatchFeature |
A
FacialFeature that is built by concatenating each of the normalised
facial part patches from a detected face. |
FacePatchFeature.DetectedFacePart |
A
FacialKeypoint with an associated feature |
FacePatchFeature.Extractor |
A
FacialFeatureExtractor for producing FacialFeature s |
FisherFaceFeature |
A
FacialFeature for FisherFaces. |
FisherFaceFeature.Extractor<T extends DetectedFace> |
A
FacialFeatureExtractor for producing FisherFaces. |
LocalLBPHistogram |
A
FacialFeature built from decomposing the face image into
(non-overlapping) blocks and building histograms of the
ExtendedLocalBinaryPattern s for each block and then concatenating to
form the final feature. |
LocalLBPHistogram.Extractor<T extends DetectedFace> |
A
FacialFeatureExtractor for building LocalLBPHistogram s. |