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

Information possibly stored in a template. More...

#include <elft.h>

Public Attributes

std::string candidateIdentifier {}
 Candidate identifier provided in ExtractionInterface::createTemplate(). More...
 
uint8_t inputIdentifier {}
 Link to Image::identifier and/or EFS::identifier. More...
 
std::optional< EFSefs {}
 Extended feature set data. More...
 
std::optional< uint8_t > imageQuality {}
 Quality of the image, [0-100]. More...
 

Detailed Description

Information possibly stored in a template.

Note
If provided a multi-position image and applicable to the feature extraction algorithm, roi should be populated with segmentation coordinates and frgp should be set for each position.

Definition at line 776 of file elft.h.

Member Data Documentation

◆ candidateIdentifier

std::string ELFT::TemplateData::candidateIdentifier {}

Candidate identifier provided in ExtractionInterface::createTemplate().

Definition at line 782 of file elft.h.

◆ inputIdentifier

uint8_t ELFT::TemplateData::inputIdentifier {}

Link to Image::identifier and/or EFS::identifier.

Definition at line 785 of file elft.h.

◆ efs

std::optional<EFS> ELFT::TemplateData::efs {}

Extended feature set data.

Definition at line 788 of file elft.h.

◆ imageQuality

std::optional<uint8_t> ELFT::TemplateData::imageQuality {}

Quality of the image, [0-100].

Definition at line 791 of file elft.h.


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