Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::SearchSubjectPositionResult Struct Reference

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< SubjectPositionCandidateListCorrespondencecorrespondence {}
 Pairs of corresponding Minutia between TemplateType::Probe and TemplateType::Reference templates.
 

Detailed Description

The results of a searching a database for subject finger positions.

Definition at line 246 of file io.h.

Member Data Documentation

◆ decision

bool FRIF::SearchSubjectPositionResult::decision {}

Best guess on if candidateList contains an identification.

Definition at line 251 of file io.h.

◆ candidateList

SubjectPositionCandidateList FRIF::SearchSubjectPositionResult::candidateList {}

List of SubjectPositionCandidate most similar to the probe.

Definition at line 257 of file io.h.

◆ correspondence

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.

Attention
If this value is populated, no separate correspondence method will be called, as the information returned is expected to be redundant.
Note
Reported and enforced search times will include the time it takes to populate this variable.

Definition at line 279 of file io.h.


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