|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
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... | |
This type represents a sample for utility computation (image ID + utility result).
Definition at line 127 of file nfiq2_interfacedefinitions.hpp.
| 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.
| NFIQ2::ImageID NFIQ2::utility_sample_t::fingerprintImageID |
The ID of the fingerprint image.
Definition at line 131 of file nfiq2_interfacedefinitions.hpp.
| 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.