Data structure for result of an identification search.
More...
#include <frvt1N.h>
|
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...
|
|
Data structure for result of an identification search.
Definition at line 36 of file frvt1N.h.
◆ Candidate() [1/2]
◆ Candidate() [2/2]
Candidate |
( |
bool |
isAssigned, |
|
|
std::string |
templateId, |
|
|
double |
score |
|
) |
| |
|
inline |
◆ 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
The template ID from the enrollment database manifest.
Definition at line 44 of file frvt1N.h.
◆ 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: