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

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

#include <nfiq2_interfacedefinitions.hpp>

Public Attributes

NFIQ2::ImageID referenceImageID
 The image ID of the reference image. More...
 
NFIQ2::ImageID probeImageID
 The image ID of the probe image. More...
 
double comparisonScore
 The comparison score. More...
 
uint32_t returnCode
 The return code of the comparison operation. More...
 

Detailed Description

This type represents the result of a comparison scores computation.

Definition at line 104 of file nfiq2_interfacedefinitions.hpp.

Member Data Documentation

◆ referenceImageID

NFIQ2::ImageID NFIQ2::comparison_result_t::referenceImageID

The image ID of the reference image.

Definition at line 106 of file nfiq2_interfacedefinitions.hpp.

◆ probeImageID

NFIQ2::ImageID NFIQ2::comparison_result_t::probeImageID

The image ID of the probe image.

Definition at line 108 of file nfiq2_interfacedefinitions.hpp.

◆ comparisonScore

double NFIQ2::comparison_result_t::comparisonScore

The comparison score.

Definition at line 110 of file nfiq2_interfacedefinitions.hpp.

◆ returnCode

uint32_t NFIQ2::comparison_result_t::returnCode

The return code of the comparison operation.

Definition at line 112 of file nfiq2_interfacedefinitions.hpp.


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