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

Information about a probe/reference relationship. More...

#include <io.h>

Public Attributes

std::vector< EFS::CorrespondenceRelationshipcorrespondence {}
 Groups of relationships between features.
 
std::optional< bool > complex {}
 Whether or not the comparison was complex.
 

Detailed Description

Information about a probe/reference relationship.

Definition at line 86 of file io.h.

Member Data Documentation

◆ correspondence

std::vector<EFS::CorrespondenceRelationship> FRIF::Correspondence::correspondence {}

Groups of relationships between features.

Each CorrespondenceRelationship shows the relationship between two individual features. The vector of CorrespondenceRelationship groups multiple sets of relationships corresponding to the same images.

Definition at line 97 of file io.h.

◆ complex

std::optional<bool> FRIF::Correspondence::complex {}

Whether or not the comparison was complex.

Complexity should be determined as specified by the documentation for the "complex comparison flag (CCF)" of ANSI/NIST-ITL 1-2011 (2015) Field 9.362.

Definition at line 108 of file io.h.


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