NIST Fingerprint Image Quality 2
Fingerprint image quality assessment tool
|
NIST Fingerprint Image Quality (NFIQ) 2 is open source software that links image quality of optical and ink 500 PPI plain impression fingerprints to operational recognition performance. This allows quality values to be tightly defined and then numerically calibrated, which in turn allows for the standardization needed to support a worldwide deployment of fingerprint sensors with universally interpretable image qualities. Quality measures computed are formally standardized as part of ISO/IEC 29794-4. This source serves as an officially-recognized reference implementation of the standard.
This webpage details the application programming interface (API) for NFIQ 2. If you are not a software developer and only need to compute ISO/IEC 29794-4 unified quality scores—often colloquially referred to as "NFIQ 2 quality scores" for 500 PPI optical or ink fingerprint images, please navigate to the releases page and download a pre-compiled version of our example application.
Due to underlying terminology changes, the API changed in v2.3. A crosswalk of the new public API methods is available.
Follow these high-level steps to compute an unified quality score in your own application.
nfiq2.hpp
in your source file./usr/local/nfiq2/include
on macOS and Linux, C:\Program Files\NFIQ 2\include
on Windows 64-bit, and C:\Program Files (x86)\NFIQ 2\include
on Windows 32-bit.Some examples of using the API can be found in the examples directory in the NFIQ 2 repository.
If you found a bug and can provide steps to reliably reproduce it, or if you have a feature request, please open an issue on GitHub. Other questions may be addressed to the project maintainers by emailing nfiq2.nosp@m.@nis.nosp@m.t.gov.
This work is in the public domain. For complete licensing details, refer to LICENSE.md.