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