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

This type represents the structure of a probe result for comparison scores computation. More...

#include <nfiq2_interfacedefinitions.hpp>

Public Attributes

NFIQ2::ImageID probeImageID
 The ID of the probe/verification fingerprint image. More...
 
std::string comparisonType
 The comparison type: "g" - Genuine comparison, "i" ... More...
 
NFIQ2::ComparisonResult comparisonResult
 Achieved score and return code between probe and reference image. More...
 

Detailed Description

This type represents the structure of a probe result for comparison scores computation.

Definition at line 153 of file nfiq2_interfacedefinitions.hpp.

Member Data Documentation

◆ probeImageID

NFIQ2::ImageID NFIQ2::comparison_probe_result_t::probeImageID

The ID of the probe/verification fingerprint image.

Definition at line 155 of file nfiq2_interfacedefinitions.hpp.

◆ comparisonType

std::string NFIQ2::comparison_probe_result_t::comparisonType

The comparison type: "g" - Genuine comparison, "i" ...

Impostor comparison, "x" ... Cross-comparison between same person.

Definition at line 161 of file nfiq2_interfacedefinitions.hpp.

◆ comparisonResult

NFIQ2::ComparisonResult NFIQ2::comparison_probe_result_t::comparisonResult

Achieved score and return code between probe and reference image.

Definition at line 163 of file nfiq2_interfacedefinitions.hpp.


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