@Reference(type=Inproceedings, author={"Mark Everingham","Josef Sivic","Andrew Zisserman"}, title="Hello! My name is... Buffy - Automatic naming of characters in TV video", year="2006", booktitle="In BMVC") public class FacialKeypointExtractor extends Object
Implementation and data is based on Mark Everingham's Oxford VGG Baseline Face Processing Code
Modifier and Type | Field and Description |
---|---|
protected org.openimaj.image.processing.face.detection.keypoints.FacialKeypointExtractor.Model |
model |
Constructor and Description |
---|
FacialKeypointExtractor()
Construct a new facial keypoint extractor.
|
Modifier and Type | Method and Description |
---|---|
FacialKeypoint[] |
extractFacialKeypoints(FImage canonicalImage)
Extract the facial keypoints from a canonical image.
|
protected FacialKeypoint[] |
findParts(FImage[] AC) |
int |
getCanonicalImageDimension()
Get the size of the face image that the keypoint extractor
can work with.
|
int |
hashCode() |
protected org.openimaj.image.processing.face.detection.keypoints.FacialKeypointExtractor.Model model
public FacialKeypointExtractor()
public int getCanonicalImageDimension()
public FacialKeypoint[] extractFacialKeypoints(FImage canonicalImage)
getCanonicalImageDimension()
.canonicalImage
- the canonical image containing a detected face.protected FacialKeypoint[] findParts(FImage[] AC)