|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
This type represents the structure of a probe result for comparison scores computation. More...
#include <nfiq2_interfacedefinitions.hpp>
Public Attributes | |
| NFIQ2::ImageID | probeImageID |
| The ID of the probe/verification fingerprint image. More... | |
| std::string | comparisonType |
| The comparison type: "g" - Genuine comparison, "i" ... More... | |
| NFIQ2::ComparisonResult | comparisonResult |
| Achieved score and return code between probe and reference image. More... | |
This type represents the structure of a probe result for comparison scores computation.
Definition at line 153 of file nfiq2_interfacedefinitions.hpp.
| NFIQ2::ImageID NFIQ2::comparison_probe_result_t::probeImageID |
The ID of the probe/verification fingerprint image.
Definition at line 155 of file nfiq2_interfacedefinitions.hpp.
| std::string NFIQ2::comparison_probe_result_t::comparisonType |
The comparison type: "g" - Genuine comparison, "i" ...
Impostor comparison, "x" ... Cross-comparison between same person.
Definition at line 161 of file nfiq2_interfacedefinitions.hpp.
| NFIQ2::ComparisonResult NFIQ2::comparison_probe_result_t::comparisonResult |
Achieved score and return code between probe and reference image.
Definition at line 163 of file nfiq2_interfacedefinitions.hpp.