|
Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
|
The results of a searching a database for a subject, without respect to finger positions. More...
#include <io.h>
Public Attributes | |
| bool | decision {} |
| Best guess on if candidateList contains an identification. | |
| SubjectCandidateList | candidateList {} |
| List of SubjectCandidate most similar to the probe. | |
| std::optional< SubjectCandidateListCorrespondence > | correspondence {} |
| Pairs of corresponding Minutia between TemplateType::Probe and TemplateType::Reference templates. | |
The results of a searching a database for a subject, without respect to finger positions.
| bool FRIF::SearchSubjectResult::decision {} |
Best guess on if candidateList contains an identification.
| SubjectCandidateList FRIF::SearchSubjectResult::candidateList {} |
| std::optional<SubjectCandidateListCorrespondence> FRIF::SearchSubjectResult::correspondence {} |
Pairs of corresponding Minutia between TemplateType::Probe and TemplateType::Reference templates.
Some participants may find they have already performed the calculations needed during search. If that is the case, correspondence may be returned here instead.