NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
Public Attributes | List of all members
NFIQ2::feature_speed_t Struct Reference

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...
 

Detailed Description

This type represents a structure for timing information of features.

Definition at line 81 of file nfiq2_interfacedefinitions.hpp.

Member Data Documentation

◆ featureIDGroup

std::string NFIQ2::feature_speed_t::featureIDGroup

The name of the feature group.

Definition at line 83 of file nfiq2_interfacedefinitions.hpp.

◆ featureIDs

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.

◆ featureSpeed

double NFIQ2::feature_speed_t::featureSpeed

The speed of feature data computation in milliseconds.

Definition at line 90 of file nfiq2_interfacedefinitions.hpp.


The documentation for this struct was generated from the following file: