NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
Classes | Namespaces | Typedefs | Enumerations
nfiq2_interfacedefinitions.hpp File Reference
#include <nfiq2_data.hpp>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  NFIQ2::actionable_quality_feedback_t
 ActionableQualityFeedback structure. More...
 
struct  NFIQ2::image_id_t
 This type represents the ID of an image. More...
 
struct  NFIQ2::feature_data_t
 This type represents a structure for quality feature data. More...
 
struct  NFIQ2::feature_speed_t
 This type represents a structure for timing information of features. More...
 
struct  NFIQ2::quality_feature_result_t
 This type represents the result of a quality feature extraction. More...
 
struct  NFIQ2::comparison_result_t
 This type represents the result of a comparison scores computation. More...
 
struct  NFIQ2::utility_result_t
 This type represents the result of a utility value calculation. More...
 
struct  NFIQ2::utility_sample_t
 This type represents a sample for utility computation (image ID + utility result). More...
 
struct  NFIQ2::quality_feature_sample_t
 This type represents the content of a quality feature exchange file. More...
 
struct  NFIQ2::comparison_probe_result_t
 This type represents the structure of a probe result for comparison scores computation. More...
 
struct  NFIQ2::comparison_scores_sample_t
 This type represents the structure of a comparison scores sample. More...
 

Namespaces

 NFIQ2
 Classes and functions that contribute to the calculation of NFIQ2 scores.
 
 NFIQ2::ActionableQualityFeedbackIdentifier
 Contains strings corresponding to Actionable Feedback Scores.
 
 NFIQ2::ActionableQualityFeedbackThreshold
 Contains doubles corresponding to Actionable Feedback Thresholds.
 

Typedefs

using NFIQ2::ActionableQualityFeedback = actionable_quality_feedback_t
 
typedef enum NFIQ2::feature_data_type_e NFIQ2::QualityFeatureDataType
 This type represents the type of quality feature data. More...
 
typedef struct NFIQ2::image_id_t NFIQ2::ImageID
 This type represents the ID of an image. More...
 
typedef struct NFIQ2::feature_data_t NFIQ2::QualityFeatureData
 This type represents a structure for quality feature data. More...
 
typedef struct NFIQ2::feature_speed_t NFIQ2::QualityFeatureSpeed
 This type represents a structure for timing information of features. More...
 
typedef struct NFIQ2::quality_feature_result_t NFIQ2::QualityFeatureResult
 This type represents the result of a quality feature extraction. More...
 
typedef struct NFIQ2::comparison_result_t NFIQ2::ComparisonResult
 This type represents the result of a comparison scores computation. More...
 
typedef struct NFIQ2::utility_result_t NFIQ2::UtilityResult
 This type represents the result of a utility value calculation. More...
 
typedef struct NFIQ2::utility_sample_t NFIQ2::UtilitySample
 This type represents a sample for utility computation (image ID + utility result). More...
 
typedef struct NFIQ2::quality_feature_sample_t NFIQ2::QualityFeatureSample
 This type represents the content of a quality feature exchange file. More...
 
typedef struct NFIQ2::comparison_probe_result_t NFIQ2::ComparisonProbeResult
 This type represents the structure of a probe result for comparison scores computation. More...
 
typedef struct NFIQ2::comparison_scores_sample_t NFIQ2::ComparisonScoresSample
 This type represents the structure of a comparison scores sample. More...
 

Enumerations

enum  NFIQ2::feature_data_type_e { NFIQ2::e_QualityFeatureDataTypeUnknown = 0 , NFIQ2::e_QualityFeatureDataTypeDouble = 1 , NFIQ2::e_QualityFeatureDataTypeBinary = 2 }
 This type represents the type of quality feature data. More...