Friction Ridge Image and Features
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::EFS::CorrespondenceRelationship Struct Reference

Relationship between probe and reference features. More...

#include <efs.h>

Public Member Functions

 CorrespondenceRelationship (const CorrespondenceType type={}, const std::string &probeIdentifier={}, const uint8_t probeInputIdentifier={}, const Minutia &probeMinutia={}, const std::string &referenceIdentifier={}, const uint8_t referenceInputIdentifier={}, const Minutia &referenceMinutia={})
 CorrespondenceRelationship constructor.
 

Public Attributes

CorrespondenceType type {}
 Type of correspondence seen at these points.
 
std::string probeIdentifier {}
 Identifier from the probe template.
 
uint8_t probeInputIdentifier {}
 Link to Image::identifier and/or Features::identifier for probe.
 
Minutia probeMinutia {}
 Location in the probe image of a reference image feature.
 
std::string referenceIdentifier {}
 Identifier from the reference template.
 
uint8_t referenceInputIdentifier {}
 Link to Image::identifier and/or Features::identifier for reference.
 
Minutia referenceMinutia {}
 Location in the reference image of a probe image feature.
 

Detailed Description

Relationship between probe and reference features.

Definition at line 511 of file efs.h.

Constructor & Destructor Documentation

◆ CorrespondenceRelationship()

FRIF::EFS::CorrespondenceRelationship::CorrespondenceRelationship ( const CorrespondenceType type = {},
const std::string & probeIdentifier = {},
const uint8_t probeInputIdentifier = {},
const Minutia & probeMinutia = {},
const std::string & referenceIdentifier = {},
const uint8_t referenceInputIdentifier = {},
const Minutia & referenceMinutia = {} )

CorrespondenceRelationship constructor.

Parameters
typeType of correspondence seen at these points.
probeIdentifierIdentifier from the probe template.
probeInputIdentifierLink to Image::identifier and/or Features::identifier for probe.
probeMinutiaLocation in the probe image of a reference image feature.
referenceIdentifierIdentifier from the reference template.
referenceInputIdentifierLink to Image::identifier and/or Features::identifier for reference.
referenceMinutiaLocation in the reference image of a probe image feature. This Minutia may be omitted only if the type indicates it.

Definition at line 13 of file libfrif_efs.cpp.

Member Data Documentation

◆ type

CorrespondenceType FRIF::EFS::CorrespondenceRelationship::type {}

Type of correspondence seen at these points.

Definition at line 514 of file efs.h.

◆ probeIdentifier

std::string FRIF::EFS::CorrespondenceRelationship::probeIdentifier {}

Identifier from the probe template.

Note
This is identifier from ExtractionInterface::createReferenceTemplate.

Definition at line 524 of file efs.h.

◆ probeInputIdentifier

uint8_t FRIF::EFS::CorrespondenceRelationship::probeInputIdentifier {}

Link to Image::identifier and/or Features::identifier for probe.

Definition at line 529 of file efs.h.

◆ probeMinutia

Minutia FRIF::EFS::CorrespondenceRelationship::probeMinutia {}

Location in the probe image of a reference image feature.

Definition at line 531 of file efs.h.

◆ referenceIdentifier

std::string FRIF::EFS::CorrespondenceRelationship::referenceIdentifier {}

Identifier from the reference template.

Note
This is identifier from ExtractionInterface::createReferenceTemplate.

Definition at line 541 of file efs.h.

◆ referenceInputIdentifier

uint8_t FRIF::EFS::CorrespondenceRelationship::referenceInputIdentifier {}

Link to Image::identifier and/or Features::identifier for reference.

Definition at line 546 of file efs.h.

◆ referenceMinutia

Minutia FRIF::EFS::CorrespondenceRelationship::referenceMinutia {}

Location in the reference image of a probe image feature.

Note
This Minutia may be omitted if the type indicates it.

Definition at line 552 of file efs.h.


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