Nail to Nail Fingerprint Capture Challenge
API for participant-specific one-to-many template generation and template matching.
Public Member Functions | Public Attributes | List of all members
BiometricEvaluation::IO::RecordStore::Record Struct Reference

Public Member Functions

 Record ()
 Default constructor.
 
 Record (const std::string &key, const Memory::uint8Array &data)
 Create a Record from the key and data. More...
 

Public Attributes

std::string key
 
Memory::uint8Array data
 

Constructor & Destructor Documentation

◆ Record()

BiometricEvaluation::IO::RecordStore::Record::Record ( const std::string &  key,
const Memory::uint8Array data 
)

Create a Record from the key and data.

Parameters
[in]keyThe record's key.
[in]dataThe record's data (value).