NIST Fingerprint Image Quality 2
Fingerprint image quality assessment tool
Classes | Namespaces | Enumerations
nfiq2_exception.hpp File Reference
#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 NFIQ 2 quality 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...