3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.Recognizer.MatchResult Class Reference

Result of template matching. More...

Public Attributes

double distance
 Distance between the templates.
 
double fa_r
 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/).
 
double fr_r
 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/).
 
double score
 Score of templates similarity - real number from 0 to 1.
 

Detailed Description

Result of template matching.