NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
Classes | Namespaces | Macros | Typedefs | Enumerations
nfiq2_fingerprintimagedata.hpp File Reference
#include <nfiq2_data.hpp>

Go to the source code of this file.

Classes

class  NFIQ2::FingerprintImageData
 Binary data representing a decompressed fingerprint image, canonically encoded as per ISO/IEC 19794-4:2005. More...
 

Namespaces

 NFIQ2
 Classes and functions that contribute to the calculation of NFIQ2 scores.
 

Macros

#define MU_THRESHOLD   250
 Pixel intensity threshold used for determining whitespace around fingerprint. More...
 

Typedefs

typedef enum NFIQ2::image_resolution_e NFIQ2::ImageResolution
 Resolution of an image in pixels per inch (PPI). More...
 

Enumerations

enum  NFIQ2::image_resolution_e { NFIQ2::e_ImageResolution_500dpi = 500 , NFIQ2::e_ImageResolution_1000dpi = 1000 }
 Resolution of an image in pixels per inch (PPI). More...
 

Macro Definition Documentation

◆ MU_THRESHOLD

#define MU_THRESHOLD   250

Pixel intensity threshold used for determining whitespace around fingerprint.

Definition at line 10 of file nfiq2_fingerprintimagedata.hpp.