|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
This type represents the ID of an image. More...
#include <nfiq2_interfacedefinitions.hpp>
Public Attributes | |
| std::string | subjectID |
| User/subject ID of image. More... | |
| uint8_t | fingerCode |
| ISO finger code of fingerprint in image. More... | |
| uint8_t | acquisitionNumber |
| Acquisition number of image. More... | |
This type represents the ID of an image.
Definition at line 53 of file nfiq2_interfacedefinitions.hpp.
| std::string NFIQ2::image_id_t::subjectID |
User/subject ID of image.
Definition at line 55 of file nfiq2_interfacedefinitions.hpp.
| uint8_t NFIQ2::image_id_t::fingerCode |
ISO finger code of fingerprint in image.
Definition at line 57 of file nfiq2_interfacedefinitions.hpp.
| uint8_t NFIQ2::image_id_t::acquisitionNumber |
Acquisition number of image.
Definition at line 59 of file nfiq2_interfacedefinitions.hpp.