- pad(int, int, int, int, int, int, int) - Method in class eu.id3.face.Image
-
Add padding around the image
Only works for BGR 24 bits, RGB 24 bits and Grayscale 8bits images.
- PadStatus - Enum in eu.id3.face
-
Enumerates the statuses of the presentation attack detection (PAD).
- PhotographicAttributes - Class in eu.id3.face
-
Represents the photographic attributes of a portrait image.
- PhotographicAttributes() - Constructor for class eu.id3.face.PhotographicAttributes
-
Initializes an empty instance of the PhotographicAttributes class.
- PhotographicAttributes(int, int, int, int, int, int, int, int) - Constructor for class eu.id3.face.PhotographicAttributes
-
Initializes a new instance of the PhotographicAttributes class from its members.
- PhotographicAttributes(PhotographicAttributes) - Constructor for class eu.id3.face.PhotographicAttributes
-
Initializes a new instance of the PhotographicAttributes class by copying another PhotographicAttributes.
- pitch - Variable in class eu.id3.face.FacePose
-
Pitch angle in degrees.
- pixelation - Variable in class eu.id3.face.PhotographicAttributes
-
Value, from 0 to 100, indicating if the image is pixelized.
0 means that there is no pixelation at all.
- PixelFormat - Enum in eu.id3.face
-
Enumerates supported pixel formats.
- Point - Class in eu.id3.face
-
Represents a point.
- Point() - Constructor for class eu.id3.face.Point
-
Initializes an empty instance of the Point class.
- Point(int, int) - Constructor for class eu.id3.face.Point
-
Initializes a new instance of the Point class from its members.
- Point(Point) - Constructor for class eu.id3.face.Point
-
Initializes a new instance of the Point class by copying another Point.
- PointList - Class in eu.id3.face
-
Represents a point list.
- PointList() - Constructor for class eu.id3.face.PointList
-
Creates a new instance of the PointList class.
- PointList(long) - Constructor for class eu.id3.face.PointList
-
Creates a new instance of the PointList class.
- PoolingMethod - Enum in eu.id3.face
-
Enumerates the possible pooling methods for template agregration in the FaceTracker module.
- Portrait - Class in eu.id3.face
-
Represents a portrait.
- Portrait() - Constructor for class eu.id3.face.Portrait
-
Creates a new instance of the Portrait class.
- Portrait(long) - Constructor for class eu.id3.face.Portrait
-
Creates a new instance of the Portrait class.
- PortraitInstruction - Enum in eu.id3.face
-
Enumerates the instructions to be given to the user for effective portrait capture.
- PortraitProcessor - Class in eu.id3.face
-
Facilitates the creation of portraits in various scenarios such as enrolment or face verification.
- PortraitProcessor() - Constructor for class eu.id3.face.PortraitProcessor
-
Creates a new instance of the PortraitProcessor class.
- PortraitProcessor(long) - Constructor for class eu.id3.face.PortraitProcessor
-
Creates a new instance of the PortraitProcessor class.
- PortraitQualityCheckpoints - Class in eu.id3.face
-
Represents the portrait quality check points.
- PortraitQualityCheckpoints() - Constructor for class eu.id3.face.PortraitQualityCheckpoints
-
Initializes an empty instance of the PortraitQualityCheckpoints class.
- PortraitQualityCheckpoints(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class eu.id3.face.PortraitQualityCheckpoints
-
Initializes a new instance of the PortraitQualityCheckpoints class from its members.
- PortraitQualityCheckpoints(PortraitQualityCheckpoints) - Constructor for class eu.id3.face.PortraitQualityCheckpoints
-
Initializes a new instance of the PortraitQualityCheckpoints class by copying another PortraitQualityCheckpoints.
- PortraitStatus - Enum in eu.id3.face
-
Enumerates the possible statuses of a portrait.
- poseFrontal - Variable in class eu.id3.face.PortraitQualityCheckpoints
-
Value indicating whether the subject's face is frontal.
- ProcessingUnit - Enum in eu.id3.face
-
Enumerates the processing units for the inference of AI models.