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

The results of a searching a database. More...

#include <io.h>

Public Attributes

bool decision {}
 Best guess on if candidateList contains an identification.
 
CandidateList candidateList {}
 List of Candidate most similar to the probe.
 
std::optional< Correspondencecorrespondence {}
 Pairs of corresponding Minutia between TemplateType::Probe and TemplateType::Reference templates.
 

Detailed Description

The results of a searching a database.

Definition at line 212 of file io.h.

Member Data Documentation

◆ decision

bool FRIF::SearchResult::decision {}

Best guess on if candidateList contains an identification.

Definition at line 217 of file io.h.

◆ candidateList

CandidateList FRIF::SearchResult::candidateList {}

List of Candidate most similar to the probe.

Definition at line 223 of file io.h.

◆ correspondence

std::optional<Correspondence> FRIF::SearchResult::correspondence {}

Pairs of corresponding Minutia between TemplateType::Probe and TemplateType::Reference templates.

Some participants may find they have already performed the calculations needed for SearchInterface::extractCorrespondence within SearchInterface::search. If that is the case, Correspondence may be returned here instead.

Attention
If this value is populated, SearchInterface::extractCorrespondence will not 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 246 of file io.h.


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