| Modifier and Type | Method and Description |
|---|---|
PointList |
PointList.clone()
Creates a copy of the PointList object.
|
PointList |
FaceAnalyser.computeLandmarks(Image image,
DetectedFace detectedFace)
Computes 68 landmarks of a detected face.
|
PointList |
TrackedFace.getLandmarks()
Gets the landmarks (eyes, nose and mouth corners) of the detected face.
|
PointList |
Portrait.getLandmarks()
Gets the 68-points landmarks.
|
PointList |
DetectedFace.getLandmarks()
Gets the landmarks (eyes, nose and mouth corners) of the detected face.
|
| Modifier and Type | Method and Description |
|---|---|
EyeGaze |
FaceAnalyser.computeEyeGaze(Image image,
DetectedFace detectedFace,
PointList landmarks)
Computes the eye gaze of a detected face.
|
int[] |
FaceAnalyser.computeEyeOpenness(Image image,
DetectedFace detectedFace,
PointList landmarks)
Computes the eye openness of a detected face.
|
int[] |
FaceAnalyser.computeEyeRedness(Image image,
DetectedFace detectedFace,
PointList landmarks)
Computes the eye redness of a detected face.
|
GeometricAttributes |
FaceAnalyser.computeGeometricAttributes(Image image,
DetectedFace detectedFace,
PointList landmarks)
Computes the geometric attributes of a detected face.
|
GlassesAttributes |
FaceAnalyser.computeGlassesAttributes(Image image,
DetectedFace detectedFace,
PointList landmarks)
Computes the glasses attributes of a detected face.
|
PhotographicAttributes |
FaceAnalyser.computePhotographicAttributes(Image image,
DetectedFace detectedFace,
PointList landmarks)
Computes the photographic attributes of a detected face.
|
FacePose |
FaceAnalyser.computePoseWithLandmarks(DetectedFace detectedFace,
PointList landmarks)
Computes the pose of a detected face using the specified 68-point landmarks.
|
static TrackedFace |
TrackedFace.create(Rectangle bounds,
int detectionScore,
int id,
PointList landmarks)
Creates a detected face.
|
static DetectedFace |
DetectedFace.create(Rectangle bounds,
int detectionScore,
int id,
PointList landmarks)
Creates a detected face.
|
void |
TrackedFace.setLandmarks(PointList landmarks)
Sets the landmarks (eyes, nose and mouth corners) of the detected face.
|
void |
DetectedFace.setLandmarks(PointList landmarks)
Sets the landmarks (eyes, nose and mouth corners) of the detected face.
|
Copyright © id3 Technologies. All rights reserved. eu.id3.face