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::TemplateArchive Struct Reference

Collection of templates on disk. More...

#include <elft.h>

Public Attributes

std::filesystem::path archive {}
 File containing concatenated CreateTemplateResult::data. More...
 
std::filesystem::path manifest {}
 Manifest for parsing archive. More...
 

Detailed Description

Collection of templates on disk.

Definition at line 944 of file elft.h.

Member Data Documentation

◆ archive

std::filesystem::path ELFT::TemplateArchive::archive {}

File containing concatenated CreateTemplateResult::data.

Definition at line 947 of file elft.h.

◆ manifest

std::filesystem::path ELFT::TemplateArchive::manifest {}

Manifest for parsing archive.

Each line of manifest is in the form identifier length offset, where identifier matches identifier from ExtractionInterface::createTemplate, 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.

Note
Identifiers are guaranteed to never contain spaces. That is, each line of the manifest is guaranteed to have exactly two spaces, used to delimit the three fields in each line.

Definition at line 966 of file elft.h.


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