|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
#include <exception>#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | NFIQ2::Exception |
| Exceptions thrown from NFIQ2 functions. More... | |
Namespaces | |
| NFIQ2 | |
| Classes and functions that contribute to the calculation of NFIQ2 scores. | |
Enumerations | |
| enum class | NFIQ2::ErrorCode { NFIQ2::UnknownError , NFIQ2::NotEnoughMemory , NFIQ2::BadArguments , NFIQ2::FeatureCalculationError , NFIQ2::CannotWriteToFile , NFIQ2::CannotReadFromFile , NFIQ2::NoDataAvailable , NFIQ2::CannotDecodeBase64 , NFIQ2::InvalidConfiguration , NFIQ2::MachineLearningError , NFIQ2::FJFX_CannotCreateContext , NFIQ2::FJFX_CannotCreateFeatureSet , NFIQ2::FJFX_NoFeatureSetCreated , NFIQ2::InvalidNFIQ2Score , NFIQ2::InvalidImageSize } |
| Error codes used within the NFIQ2 namespace. More... | |