| Modifier and Type | Method and Description |
|---|---|
DetectedFace |
DetectedFace.clone()
Creates a copy of the DetectedFace object.
|
static DetectedFace |
DetectedFace.create(Rectangle bounds,
int detectionScore,
int id,
PointList landmarks)
Creates a detected face.
|
DetectedFace |
DetectedFaceList.findDetectedFace(int id)
Finds a detected face by ID.
|
static DetectedFace |
DetectedFace.fromBuffer(byte[] data)
Imports the face object from a buffer.
|
static DetectedFace |
DetectedFace.fromFile(java.lang.String path)
Imports the face object from a file.
|
DetectedFace |
DetectedFaceList.get(int index)
Gets an item of the DetectedFaceList object.
|
DetectedFace |
TrackedFace.getAsDetectedFace()
Gets the tracked face as a detected face.
|
DetectedFace |
DetectedFaceList.getLargestFace()
Gets the largest face in the list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<DetectedFace> |
DetectedFaceList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectedFaceList.add(DetectedFace detectedFaceItem)
Adds an item to the DetectedFaceList object.
|
int |
FaceAnalyser.computeAge(Image image,
DetectedFace detectedFace)
Computes the age of a detected face.
|
FaceAttributes |
FaceAnalyser.computeAttributes(Image image,
DetectedFace detectedFace)
Computes the attributes of a detected face.
|
BackgroundUniformity |
FaceAnalyser.computeBackgroundUniformity(Image image,
DetectedFace detectedFace)
Computes the background uniformity behind a detected face.
|
int |
FacePad.computeBlurrinessScore(Image image,
DetectedFace detectedFace)
Computes a blurriness score for a color image.
|
ColorBasedPadResult |
FacePad.computeColorBasedScore(Image image,
DetectedFace detectedFace)
Computes the PAD score and confidence of a detected face using only the color image.
|
int |
FacePad.computeDepthBasedScore(Image image,
DetectedFace detectedFace)
Computes the PAD score of a detected face using a depth map image.
|
FaceExpression |
FaceAnalyser.computeExpression(Image image,
DetectedFace detectedFace)
Computes the expression of a detected face.
|
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.
|
PointList |
FaceAnalyser.computeLandmarks(Image image,
DetectedFace detectedFace)
Computes 68 landmarks of a detected face.
|
PhotographicAttributes |
FaceAnalyser.computePhotographicAttributes(Image image,
DetectedFace detectedFace,
PointList landmarks)
Computes the photographic attributes of a detected face.
|
FacePose |
FaceAnalyser.computePose(DetectedFace detectedFace)
Computes the pose of a detected face.
|
FacePose |
FaceAnalyser.computePoseWithLandmarks(DetectedFace detectedFace,
PointList landmarks)
Computes the pose of a detected face using the specified 68-point landmarks.
|
int |
FaceEncoder.computeQuality(Image image,
DetectedFace detectedFace)
Computes the quality of a detected face.
|
FaceTemplate |
FaceEncoder.createTemplate(Image image,
DetectedFace detectedFace)
Extracts the unique features of a detected face and store them in a FaceTemplate.
|
DetectedFaceAttackSupport |
FacePad.detectAttackSupport(Image image,
DetectedFace detectedFace)
Detects if an attack support surrounds the detected face.
|
int |
FaceAnalyser.detectFaceMask(Image image,
DetectedFace detectedFace)
Detects the presence of a face mask on a detected face.
|
FaceOcclusionScores |
FaceAnalyser.detectOcclusions(Image image,
DetectedFace detectedFace)
Detects occlusions on the subject's face.
|
void |
DetectedFaceList.set(int index,
DetectedFace detectedFaceItem)
Sets an item of the DetectedFaceList object.
|
Copyright © id3 Technologies. All rights reserved. eu.id3.face