|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
This type represents the result of a utility value calculation. More...
#include <nfiq2_interfacedefinitions.hpp>
Public Attributes | |
| double | utilityValue |
| The utility value. More... | |
| uint32_t | returnCode |
| The return code of the utility computation operation. More... | |
This type represents the result of a utility value calculation.
Definition at line 116 of file nfiq2_interfacedefinitions.hpp.
| double NFIQ2::utility_result_t::utilityValue |
The utility value.
Definition at line 118 of file nfiq2_interfacedefinitions.hpp.
| uint32_t NFIQ2::utility_result_t::returnCode |
The return code of the utility computation operation.
Definition at line 120 of file nfiq2_interfacedefinitions.hpp.