FaceTemplate class
Represents a face template.
- Implemented types
Constructors
- FaceTemplate()
- Creates a new instance of the FaceTemplate class.
-
FaceTemplate.fromHandle(Pointer<
id3FaceTemplate> handle) - Creates a new instance of the FaceTemplate class.
Properties
- format → FaceTemplateFormat
-
Format of the face template.
no setter
-
handle
→ Pointer<
id3FaceTemplate> -
Gets the native handle.
return The native handle.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- quality → int
-
Quality of the face template.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → FaceTemplate - Creates a copy of the FaceTemplate object.
-
dispose(
) → void - Releases all resources used by this FaceTemplate.
-
getFormat(
) → FaceTemplateFormat - Gets the format of the face template.
-
getQuality(
) → int - Gets the quality of the face template.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBdt(
) → Uint8List - Exports the face template object to a Biometric Data Template (BDT) buffer. This buffer can only be used with id3 Face Match on Card specific implementations to verify a face template.
-
toBit(
int threshold, int referenceDataQualifier) → Uint8List - Exports the face template as a Biometric Information Template (BIT) for enrolment on a smart card equipped with id3 Match-on-Card technology. Note: The threshold value is required and should be set according to the used Face Encoder and desired security level. Important: The reference data qualifier (RDQ) should be defined in accordance with the smart card application specifications.
-
toBuffer(
) → Uint8List - Exports the face template object to a buffer.
-
toFile(
String? path) → void - Exports the face template object to a file.
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
FaceTemplate newFaceTemplate) → void - Updates the face template by combining it with the specified face template.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromBuffer(
Uint8List? data) → FaceTemplate - Imports the face template object from a buffer.
-
fromFile(
String? path) → FaceTemplate - Imports the face template object from a file.