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::ExtractionInterface::Compatibility Struct Reference

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

#include <e1n.h>

Public Attributes

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

Detailed Description

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

Definition at line 80 of file e1n.h.

Member Data Documentation

◆ supportsTemplateIntrospection

bool FRIF::Evaluations::Exemplar1N::ExtractionInterface::Compatibility::supportsTemplateIntrospection {}

Is useful information returned from extractTemplateData()?

Definition at line 86 of file e1n.h.

◆ probeTemplateVersions

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

LibraryIdentifier::versionNumber of previously-submitted software that generates probe templates that may be safely and accurately mixed 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 100 of file e1n.h.

◆ referenceTemplateVersions

std::set<uint16_t> FRIF::Evaluations::Exemplar1N::ExtractionInterface::Compatibility::referenceTemplateVersions {}

LibraryIdentifier::versionNumber of previously-submitted software that generates reference templates that may be safely and accurately mixed 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 114 of file e1n.h.

◆ referenceDatabaseVersions

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

LibraryIdentifier::versionNumber of previously-submitted software that generates reference databases that may be safely and accurately mixed 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 128 of file e1n.h.


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