NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
nfiq2.hpp
Go to the documentation of this file.
1 /*
2  * This file is part of NIST Fingerprint Image Quality (NFIQ) 2. For more
3  * information on this project, refer to:
4  * - https://nist.gov/services-resources/software/nfiq2
5  * - https://github.com/usnistgov/NFIQ2
6  *
7  * This work is in the public domain. For complete licensing details, refer to:
8  * - https://github.com/usnistgov/NFIQ2/blob/master/LICENSE.md
9  */
10 
11 #ifndef NFIQ2_HPP_
12 #define NFIQ2_HPP_
13 
14 #include <nfiq2_algorithm.hpp>
15 #include <nfiq2_data.hpp>
16 #include <nfiq2_exception.hpp>
19 #include <nfiq2_modelinfo.hpp>
21 #include <nfiq2_timer.hpp>
22 #include <nfiq2_version.hpp>
23 
25 namespace NFIQ2 {
26 }
27 
28 #endif /* NFIQ2_HPP_ */
Classes and functions that contribute to the calculation of NFIQ2 scores.
Definition: nfiq2.hpp:25