Evaluation of Latent Friction Ridge Technology
API for participating in NIST's evaluation of latent friction ridge identification algorithms.
Public Attributes | List of all members
ELFT::CorrespondenceResult::Data Struct Reference

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

#include <elft.h>

Public Attributes

std::vector< std::vector< Correspondence > > correspondence {}
 Relationships between features. More...
 
std::optional< bool > complex {}
 Whether or not the comparison was complex. More...
 

Detailed Description

Information about a probe/reference relationship.

Definition at line 565 of file elft.h.

Member Data Documentation

◆ correspondence

std::vector<std::vector<Correspondence> > ELFT::CorrespondenceResult::Data::correspondence {}

Relationships between features.

Definition at line 569 of file elft.h.

◆ complex

std::optional<bool> ELFT::CorrespondenceResult::Data::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 580 of file elft.h.


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