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::Correspondence Struct Reference

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

#include <io.h>

Public Attributes

std::vector< EFS::CorrespondenceRelationshiprelationships {}
 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 81 of file io.h.

Member Data Documentation

◆ relationships

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

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 92 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 103 of file io.h.


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