NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
Public Attributes | List of all members
NFIQ2::utility_sample_t Struct Reference

This type represents a sample for utility computation (image ID + utility result). More...

#include <nfiq2_interfacedefinitions.hpp>

Public Attributes

std::string databaseID
 The database ID where the fingerprint image is stored. More...
 
NFIQ2::ImageID fingerprintImageID
 The ID of the fingerprint image. More...
 
NFIQ2::UtilityResult utilityResult
 The result of the utility computation (value + return code). More...
 

Detailed Description

This type represents a sample for utility computation (image ID + utility result).

Definition at line 127 of file nfiq2_interfacedefinitions.hpp.

Member Data Documentation

◆ databaseID

std::string NFIQ2::utility_sample_t::databaseID

The database ID where the fingerprint image is stored.

Definition at line 129 of file nfiq2_interfacedefinitions.hpp.

◆ fingerprintImageID

NFIQ2::ImageID NFIQ2::utility_sample_t::fingerprintImageID

The ID of the fingerprint image.

Definition at line 131 of file nfiq2_interfacedefinitions.hpp.

◆ utilityResult

NFIQ2::UtilityResult NFIQ2::utility_sample_t::utilityResult

The result of the utility computation (value + return code).

Definition at line 133 of file nfiq2_interfacedefinitions.hpp.


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