MatchResult class Null safety

Template matching result.

Constructors

MatchResult(double distance, double fa_r, double fr_r, double score)

Properties

distance double
Distance between the templates.
read / write
fa_r double
False acceptance rate corresponding to the distance value taken as a threshold at the extended LFW test (Labeled Faces in the Wild http://vis-www.cs.umass.edu/lfw/).
read / write
fr_r double
False rejection rate corresponding to the distance value taken as a threshold at the extended LFW test (Labeled Faces in the Wild http://vis-www.cs.umass.edu/lfw/).
read / write
hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
score double
Score of templates similarity - real number from 0 to 1.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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