Documentation Index
Fetch the complete documentation index at: https://mintlify.com/usnistgov/NFIQ2/llms.txt
Use this file to discover all available pages before exploring further.
Download Pre-built Binaries
The easiest way to get started with NFIQ2 is to download pre-built versions from the official GitHub Releases page.Unless you are actively developing code for NFIQ2, we highly recommend downloading from GitHub Releases instead of attempting to compile from source.
Visit GitHub Releases
Navigate to the NFIQ2 Releases page and download the latest version for your platform.Look for the v2.3 release or newer.
Download for Your Platform
Select the appropriate package for your operating system:
- Windows (64-bit):
NFIQ2-*-win64.zip - Windows (32-bit):
NFIQ2-*-win32.zip - macOS:
NFIQ2-*-macos.tar.gz - Linux:
NFIQ2-*-linux.tar.gz
System Requirements
Supported Operating Systems
- Windows
- macOS
- Linux
- Windows 10 or later (64-bit recommended)
- Windows Server 2016 or later
- Visual C++ Redistributable (included in release packages)
Hardware Requirements
- RAM: 512 MB minimum, 2 GB recommended
- Disk Space: 100 MB for library and CLI tool
- Processor: Any modern x86_64 or ARM64 processor
Installation Paths
Default Installation Locations
When using NIST’s official release packages, files are installed to the following locations:What’s Included
Each release package contains:Library Components
- NFIQ2 Library: Core library for computing quality scores
- Header Files: C++ API headers for integration
- Model Files: Random forest parameters (e.g.,
nist_plain_tir-ink.txt)
Command-line Tool
- nfiq2: Standalone executable for computing quality scores from the command line
Dependencies
Release packages include all required dependencies:- OpenCV (Apache 2 License)
- FingerJetFX OSE (LGPLv3)
- digestpp (Public Domain)
- Biometric Evaluation Framework (Public Domain, CLI only)
- NIST Fingerprint Image Resampler (Public Domain, CLI only)
Verify Installation
After installation, verify that NFIQ2 is working correctly:- Windows
- macOS / Linux