Friction Ridge Image and Features
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::CreateTemplateResult Struct Reference

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

#include <io.h>

Public Attributes

std::vector< std::byte > data {}
 Contents of the template.
 
std::optional< std::vector< TemplateData > > extractedData {}
 Information contained within data.
 

Detailed Description

Output from extracting features into a template .

Definition at line 54 of file io.h.

Member Data Documentation

◆ data

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

Contents of the template.

Definition at line 57 of file io.h.

◆ extractedData

std::optional<std::vector<TemplateData> > FRIF::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 82 of file io.h.


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