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

Output from extracting features into a template . More...

#include <elft.h>

Public Attributes

ReturnStatus status {}
 Result of extracting features and creating a template. More...
 
std::vector< std::byte > data {}
 Contents of the template. More...
 
std::optional< std::vector< TemplateData > > extractedData {}
 Information contained within data. More...
 

Detailed Description

Output from extracting features into a template .

Definition at line 795 of file elft.h.

Member Data Documentation

◆ status

ReturnStatus ELFT::CreateTemplateResult::status {}

Result of extracting features and creating a template.

Definition at line 798 of file elft.h.

◆ data

std::vector<std::byte> ELFT::CreateTemplateResult::data {}

Contents of the template.

Definition at line 800 of file elft.h.

◆ extractedData

std::optional<std::vector<TemplateData> > ELFT::CreateTemplateResult::extractedData {}

Information contained within data.

Some participants may find they have already performed the calculations needed for ExtractionInterface::extractTemplateData within ExtractionInterface::createTemplateData. If that is the case, TemplateData may be returned here instead.

Attention
If this value is populated, ExtractionInterface::extractTemplateData will not be called, as the information returned is expected to be redundant.
Note
Reported and enforced template creation times will include the time it takes to populate this variable.
See also
ExtractionInterface::extractTemplateData.

Definition at line 825 of file elft.h.


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