|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
This type represents the result of a comparison scores computation. More...
#include <nfiq2_interfacedefinitions.hpp>
Public Attributes | |
| NFIQ2::ImageID | referenceImageID |
| The image ID of the reference image. More... | |
| NFIQ2::ImageID | probeImageID |
| The image ID of the probe image. More... | |
| double | comparisonScore |
| The comparison score. More... | |
| uint32_t | returnCode |
| The return code of the comparison operation. More... | |
This type represents the result of a comparison scores computation.
Definition at line 104 of file nfiq2_interfacedefinitions.hpp.
| NFIQ2::ImageID NFIQ2::comparison_result_t::referenceImageID |
The image ID of the reference image.
Definition at line 106 of file nfiq2_interfacedefinitions.hpp.
| NFIQ2::ImageID NFIQ2::comparison_result_t::probeImageID |
The image ID of the probe image.
Definition at line 108 of file nfiq2_interfacedefinitions.hpp.
| double NFIQ2::comparison_result_t::comparisonScore |
The comparison score.
Definition at line 110 of file nfiq2_interfacedefinitions.hpp.
| uint32_t NFIQ2::comparison_result_t::returnCode |
The return code of the comparison operation.
Definition at line 112 of file nfiq2_interfacedefinitions.hpp.