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 subject finger positions. More...
#include <io.h>
Public Attributes | |
bool | decision {} |
Best guess on if candidateList contains an identification. | |
SubjectPositionCandidateList | candidateList {} |
List of SubjectPositionCandidate most similar to the probe. | |
std::optional< SubjectPositionCandidateListCorrespondence > | correspondence {} |
Pairs of corresponding Minutia between TemplateType::Probe and TemplateType::Reference templates. | |
The results of a searching a database for subject finger positions.
bool FRIF::SearchSubjectPositionResult::decision {} |
Best guess on if candidateList contains an identification.
SubjectPositionCandidateList FRIF::SearchSubjectPositionResult::candidateList {} |
List of SubjectPositionCandidate most similar to the probe.
std::optional<SubjectPositionCandidateListCorrespondence> FRIF::SearchSubjectPositionResult::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.