Face API¶
Classes¶
Represents a detected face.
|
|
Represents a list of detected faces.
|
|
Provides methods for analysing the characteristics of portrait image.
|
|
Represents a candidate in a one-to-many search.
|
|
Represents a candidate list in a one-to-many search.
|
|
Detects human faces in images.
|
|
Extracts facial features and encodes face templates.
|
|
Performs a one-to-many search on a large number of face templates.
|
|
The FaceLibrary class serves as the entry point to the id3 Face SDK. It provides essential methods for initializing the SDK, managing face models, and accessing version information. This class must be utilized to leverage the facial recognition capabilities offered by the SDK.
|
|
Handles the license to use this SDK.
|
|
Compares two face templates and searches for a face template in a list.
|
|
Detects presentation attacks in still images or video frames.
|
|
Represents a face template.
|
|
Represents a dictionary of face templates.
|
|
Represents a list of face templates.
|
|
Tracks faces on consecutive images and automatically creates and updates associated face templates.
|
|
Represents an image.
|
|
Represents an image buffer.
|
|
This class represents a ImageDict
|
|
Represents a list of images.
|
|
Represents a point list.
|
|
Represents a portrait.
|
|
Facilitates the creation of portraits in various scenarios such as enrolment or face verification.
|
|
Represents a list of strings.
|
|
Represents a tracked face.
|
|
Represents a list of tracked faces.
|
Enumerations¶
Enumerates the types of presentation attack supports.
|
|
Enumerates the possible error codes returned by this SDK.
|
|
Enumerates the possible facial expressions.
|
|
Enumerates some typical values for the matching decision threshold.
|
|
Enumerates the AI models available in this SDK.
|
|
Enumerates the face segmentation labels
|
|
Enumerates the face template formats.
|
|
Enumerates possible error codes related to image management.
|
|
Enumerates supported image formats.
|
|
Enumerates the error codes related to license management.
|
|
Enumerates the types of hardware codes.
|
|
Enumerates the license types.
|
|
Enumerates the statuses of the presentation attack detection (PAD).
|
|
Enumerates supported pixel formats.
|
|
Enumerates the possible pooling methods for template agregration in the FaceTracker module.
|
|
Enumerates the instructions to be given to the user for effective portrait capture.
|
|
Enumerates the possible statuses of a portrait.
|
|
Enumerates the processing units for the inference of AI models.
|
|
Enumerates the positions of a subject in an image.
|
|
Enumerates the possible face-tracking statuses.
|
Structures¶
Represents the result of the background uniformity check.
|
|
Represents the result of the color-based PAD method.
|
|
Represents the result of the attack support detection.
|
|
Represents the eye gaze.
|
|
Represents the face attributes.
|
|
Represents the result of face occlusion detection.
|
|
Represents the face pose (yaw, pitch, roll).
|
|
Represents the geometric attributes of a portrait image.
|
|
Represents some glasses attributes.
|
|
Contains data for LibVersion
|
|
Represents the photographic attributes of a portrait image.
|
|
Represents a point.
|
|
Represents the portrait quality check points.
|
|
Represents a rectangle.
|
Exceptions¶
This exception is thrown when an error occurs in the id3 Face library. |