|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
This type represents a structure for timing information of features. More...
#include <nfiq2_interfacedefinitions.hpp>
Public Attributes | |
| std::string | featureIDGroup |
| The name of the feature group. More... | |
| std::vector< std::string > | featureIDs |
| The unique IDs of the features that are used for determining the speed. More... | |
| double | featureSpeed |
| The speed of feature data computation in milliseconds. More... | |
This type represents a structure for timing information of features.
Definition at line 81 of file nfiq2_interfacedefinitions.hpp.
| std::string NFIQ2::feature_speed_t::featureIDGroup |
The name of the feature group.
Definition at line 83 of file nfiq2_interfacedefinitions.hpp.
| std::vector<std::string> NFIQ2::feature_speed_t::featureIDs |
The unique IDs of the features that are used for determining the speed.
Definition at line 88 of file nfiq2_interfacedefinitions.hpp.
| double NFIQ2::feature_speed_t::featureSpeed |
The speed of feature data computation in milliseconds.
Definition at line 90 of file nfiq2_interfacedefinitions.hpp.