FaceMatcher class

Compares two face templates and searches for a face template in a list.

Implemented types

Constructors

FaceMatcher()
Creates a new instance of the FaceMatcher class.
FaceMatcher.fromHandle(Pointer<id3FaceMatcher> handle)
Creates a new instance of the FaceMatcher class.

Properties

handle Pointer<id3FaceMatcher>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTemplateLists(FaceTemplateList referenceList, FaceTemplateList probeList, PoolingMethod poolingMethod) int
Compares two template lists and outputs a comparison score.
compareTemplates(FaceTemplate reference, FaceTemplate probe) int
Compares two templates and outputs a comparison score.
dispose() → void
Releases all resources used by this FaceMatcher.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchTemplate(FaceTemplateDict referenceDict, FaceTemplate probe, int maxCandidates, FaceCandidateList candidateList) → void
Performs a one-to-many search of a biometric probe against a previously initialized dictionary of biometric references and outputs a candidate list.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited