- deleteTemplate(String) - Method in class eu.id3.face.FaceIndexer
-
Deletes a template from the face indexer.
- detectAttackSupport(Image, DetectedFace) - Method in class eu.id3.face.FacePad
-
Detects if an attack support surrounds the detected face.
- DetectedFace - Class in eu.id3.face
-
Represents a detected face.
- DetectedFace() - Constructor for class eu.id3.face.DetectedFace
-
Creates a new instance of the DetectedFace class.
- DetectedFace(long) - Constructor for class eu.id3.face.DetectedFace
-
Creates a new instance of the DetectedFace class.
- DetectedFaceAttackSupport - Class in eu.id3.face
-
Represents the result of the attack support detection.
- DetectedFaceAttackSupport() - Constructor for class eu.id3.face.DetectedFaceAttackSupport
-
Initializes an empty instance of the DetectedFaceAttackSupport class.
- DetectedFaceAttackSupport(FaceAttackSupport, int) - Constructor for class eu.id3.face.DetectedFaceAttackSupport
-
Initializes a new instance of the DetectedFaceAttackSupport class from its members.
- DetectedFaceAttackSupport(DetectedFaceAttackSupport) - Constructor for class eu.id3.face.DetectedFaceAttackSupport
-
Initializes a new instance of the DetectedFaceAttackSupport class by copying another DetectedFaceAttackSupport.
- DetectedFaceList - Class in eu.id3.face
-
Represents a list of detected faces.
- DetectedFaceList() - Constructor for class eu.id3.face.DetectedFaceList
-
Creates a new instance of the DetectedFaceList class.
- DetectedFaceList(long) - Constructor for class eu.id3.face.DetectedFaceList
-
Creates a new instance of the DetectedFaceList class.
- detectFaceMask(Image, DetectedFace) - Method in class eu.id3.face.FaceAnalyser
-
Detects the presence of a face mask on a detected face.
- detectFaces(Image) - Method in class eu.id3.face.FaceDetector
-
Detects faces in an image and store their info in a DetectedFaceList object.
- detectFaces(Image, TrackedFaceList) - Method in class eu.id3.face.FaceTracker
-
Detects faces in an image and update their info in a TrackedFaceList object.
- detectOcclusions(Image, DetectedFace) - Method in class eu.id3.face.FaceAnalyser
-
Detects occlusions on the subject's face.
- detectOcclusions(Portrait) - Method in class eu.id3.face.PortraitProcessor
-
Detects occlusions on the subject's face.
- detectPresentationAttack(Portrait) - Method in class eu.id3.face.PortraitProcessor
-
Detects a possible presentation attack.
- downscale(int) - Method in class eu.id3.face.Image
-
Downscales the image in-place so that its maximum dimension is equal to the given maximum size, while preserving the aspect ratio.
- downscaleTo(Image, int) - Method in class eu.id3.face.Image
-
Downscales the image so that its maximum dimension equals the given maximum size, while preserving the aspect ratio.
- dynamicRange - Variable in class eu.id3.face.PortraitQualityCheckpoints
-
Value indicating whether the dynamic range on the image is sufficient.