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

The results of comparing two templates. More...

#include <io.h>

Public Attributes

bool decision {}
 Best guess on if probe and reference come from the same source.
 
double similarity {}
 Quantification of probe's similarity to reference sample.
 
std::optional< Correspondencecorrespondence {}
 Pairs of corresponding Minutia between TemplateType::Probe and TemplateType::Reference templates.
 

Detailed Description

The results of comparing two templates.

Definition at line 176 of file io.h.

Member Data Documentation

◆ decision

bool FRIF::ComparisonResult::decision {}

Best guess on if probe and reference come from the same source.

Definition at line 182 of file io.h.

◆ similarity

double FRIF::ComparisonResult::similarity {}

Quantification of probe's similarity to reference sample.

Definition at line 185 of file io.h.

◆ correspondence

std::optional<Correspondence> FRIF::ComparisonResult::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 208 of file io.h.


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