1 #import <Foundation/Foundation.h>
24 -(nonnull instancetype) init: (
void* _Nonnull) match;
32 @property (readonly)
double distance;
43 @property (readonly)
double fa_r;
54 @property (readonly)
double fr_r;
61 @property (readonly)
double score;
68 -(nonnull instancetype) init: (
void* _Nonnull) reco;
104 -(nonnull
Template *) loadTemplate: (const
void* _Nonnull const) data : (const
int) size;
129 -(nonnull
Template*) loadTemplate:(const
char* _Nullable)file_path;
148 -(nonnull
MatchResult *) getROCCurvePointByFAR: (const
double) desired_far;
Result of template matching.
Definition: Recognizer.h:15
double score
Score of templates similarity - real number from 0 to 1.
Definition: Recognizer.h:22
Definition: Recognizer.h:64
double fr_r
False rejection rate corresponding to the distance value taken as a threshold at the extended LFW tes...
Definition: Recognizer.h:21
Interface object for saving the face template.
Definition: Template.h:13
double fa_r
False acceptance rate corresponding to the distance value taken as a threshold at the extended LFW te...
Definition: Recognizer.h:20
Interface object that stores a captured face sample.
Definition: RawSample.h:125
double distance
Distance between the templates.
Definition: Recognizer.h:19