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

Information used by the NIST testing apparatus to help efficiently test this implementation. More...

#include <e1n.h>

Public Attributes

bool supportsCorrespondence {}
 Is useful information returned from extractCorrespondence()?
 
std::set< uint16_t > probeTemplateVersions {}
 LibraryIdentifier::versionNumber of previously-submitted software that generates probe templates that may be safely and accurately searched with this version.
 
std::set< uint16_t > referenceDatabaseVersions {}
 LibraryIdentifier::versionNumber of previously-submitted software that generates reference databases that may be safely and accurately searched with this version.
 

Detailed Description

Information used by the NIST testing apparatus to help efficiently test this implementation.

Definition at line 393 of file e1n.h.

Member Data Documentation

◆ supportsCorrespondence

bool FRIF::Evaluations::Exemplar1N::SearchInterface::Compatibility::supportsCorrespondence {}

Is useful information returned from extractCorrespondence()?

Definition at line 399 of file e1n.h.

◆ probeTemplateVersions

std::set<uint16_t> FRIF::Evaluations::Exemplar1N::SearchInterface::Compatibility::probeTemplateVersions {}

LibraryIdentifier::versionNumber of previously-submitted software that generates probe templates that may be safely and accurately searched with this version.

Note
The value of LibraryIdentifier::versionNumber returned from getLibraryIdentifier() does not need to be added to this set (i.e., the implementation is assumed to be compatible with itself).

Definition at line 413 of file e1n.h.

◆ referenceDatabaseVersions

std::set<uint16_t> FRIF::Evaluations::Exemplar1N::SearchInterface::Compatibility::referenceDatabaseVersions {}

LibraryIdentifier::versionNumber of previously-submitted software that generates reference databases that may be safely and accurately searched with this version.

Note
The value of LibraryIdentifier::versionNumber returned from getLibraryIdentifier() does not need to be added to this set (i.e., the implementation is assumed to be compatible with itself).

Definition at line 427 of file e1n.h.


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