Evaluation of Latent Friction Ridge Technology
API for participating in NIST's evaluation of latent friction ridge identification algorithms.
Classes | Public Attributes | List of all members
ELFT::ProductIdentifier Struct Reference

Identifying details about algorithm components for documentation. More...

#include <elft.h>

Classes

struct  CBEFFIdentifier
 CBEFF information registered with and assigned by IBIA. More...
 

Public Attributes

std::optional< std::string > marketing {}
 Non-infringing marketing name of the product. More...
 
std::optional< CBEFFIdentifiercbeff {}
 CBEFF information about the product. More...
 

Detailed Description

Identifying details about algorithm components for documentation.

Definition at line 970 of file elft.h.

Member Data Documentation

◆ marketing

std::optional<std::string> ELFT::ProductIdentifier::marketing {}

Non-infringing marketing name of the product.

Case sensitive. Must match the regular expression [[:graph:] ]*.

Definition at line 985 of file elft.h.

◆ cbeff

std::optional<CBEFFIdentifier> ELFT::ProductIdentifier::cbeff {}

CBEFF information about the product.

Definition at line 987 of file elft.h.


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