NIST Fingerprint Image Quality 2
Fingerprint image quality assessment tool
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_constants.hpp>
16#include <nfiq2_data.hpp>
17#include <nfiq2_exception.hpp>
19#include <nfiq2_modelinfo.hpp>
21#include <nfiq2_timer.hpp>
22#include <nfiq2_version.hpp>
23
97namespace NFIQ2 {
98}
99
100#endif /* NFIQ2_HPP_ */
Classes and functions that contribute to the calculation of NFIQ 2 quality scores.
Definition: nfiq2.hpp:97