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::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 210 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 216 of file io.h.

◆ similarity

double FRIF::ComparisonResult::similarity {}

Quantification of probe's similarity to reference sample.

Definition at line 219 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 during comparison. 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 240 of file io.h.


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