|
Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
|
#include <cstddef>#include <cstdint>#include <filesystem>#include <memory>#include <optional>#include <set>#include <string>#include <tuple>#include <vector>#include <frifte/frifte.h>Go to the source code of this file.
Classes | |
| class | FRIF::Evaluations::Exemplar1N::ExtractionInterface |
| Interface for feature extraction implemented by participant. More... | |
| struct | FRIF::Evaluations::Exemplar1N::ExtractionInterface::Compatibility |
| Information used by the NIST testing apparatus to help efficiently test this implementation. More... | |
| class | FRIF::Evaluations::Exemplar1N::SearchInterface |
| Interface for database search implemented by participant. More... | |
| struct | FRIF::Evaluations::Exemplar1N::SearchInterface::Compatibility |
| Information used by the NIST testing apparatus to help efficiently test this implementation. More... | |
Namespaces | |
| namespace | FRIF |
| TE input/output types. | |
| namespace | FRIF::Evaluations |
| Functionality unique to each of the NIST FRIF Technology Evaluations. | |
| namespace | FRIF::Evaluations::Exemplar1N |
| FRIF TE Exemplar 1:N functionality. | |
Functions | |
| LibraryIdentifier | FRIF::Evaluations::Exemplar1N::getLibraryIdentifier () |
Variables | |
| uint16_t | FRIF::Evaluations::Exemplar1N::API_MAJOR_VERSION {1} |
| API major version number. | |
| uint16_t | FRIF::Evaluations::Exemplar1N::API_MINOR_VERSION {2} |
| API minor version number. | |
| uint16_t | FRIF::Evaluations::Exemplar1N::API_PATCH_VERSION {0} |
| API patch version number. | |