FRTE/IREX Ongoing
API Specification for the FRTE 1:N and IREX Evaluations
Candidate Struct Reference

Data structure for result of an identification search. More...

#include <frvt1N.h>

Public Member Functions

 Candidate (bool isAssigned, std::string templateId, double score)
 

Public Attributes

bool isAssigned
 If the candidate is valid, this should be set to true. More...
 
std::string templateId
 The template ID from the enrollment database manifest. More...
 
double score
 Measure of similarity or dissimilarity between the identification template and the enrolled candidate. More...
 

Detailed Description

Data structure for result of an identification search.

Definition at line 36 of file frvt1N.h.

Constructor & Destructor Documentation

◆ Candidate() [1/2]

Candidate ( )
inline

Definition at line 54 of file frvt1N.h.

◆ Candidate() [2/2]

Candidate ( bool  isAssigned,
std::string  templateId,
double  score 
)
inline

Definition at line 60 of file frvt1N.h.

Member Data Documentation

◆ isAssigned

bool isAssigned

If the candidate is valid, this should be set to true.

If the candidate computation failed, this should be set to false. If value is set to false, score and templateId will be ignored entirely.

Definition at line 41 of file frvt1N.h.

◆ templateId

std::string templateId

The template ID from the enrollment database manifest.

Definition at line 44 of file frvt1N.h.

◆ score

double score

Measure of similarity or dissimilarity between the identification template and the enrolled candidate.

For face recognition, a similarity score - higher is more similar; For iris recognition, a non-negative measure of dissimilarity (maybe a distance) - lower is more similar; For multimodal face and iris, a similarity score - higher is more similar;

Definition at line 52 of file frvt1N.h.


The documentation for this struct was generated from the following file: