|
Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
|
Collection of templates on disk. More...
#include <io.h>
Public Attributes | |
| std::filesystem::path | archive {} |
| File containing concatenated CreateTemplateResult::data. | |
| std::filesystem::path | manifest {} |
| Manifest for parsing archive. | |
| std::filesystem::path FRIF::TemplateArchive::archive {} |
File containing concatenated CreateTemplateResult::data.
| std::filesystem::path FRIF::TemplateArchive::manifest {} |
Manifest for parsing archive.
Each line of manifest is in the form identifier length offset, where identifier matches identifier provided when creating a template, length is the result of calling size() on CreateTemplateResult::data, and offset is the number of bytes from the beginning of archive to the first byte of CreateTemplateResult::data.