NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Public Attributes | List of all members
BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition Struct Reference

Representation of the position (Finger/Palm/Plantar) used in this class and child classes. More...

#include <be_feature.h>

Public Attributes

PositionType posType
 
union {
   Finger::Position   fingerPos
 
   Palm::Position   palmPos
 
   Plantar::Position   plantarPos
 
position
 

Detailed Description

Representation of the position (Finger/Palm/Plantar) used in this class and child classes.

When the AN2K11 FGP field is read, it may represent a finger, palm, or plantar position. The union is tagged to indicate which position is present.

Definition at line 48 of file be_feature.h.

Member Data Documentation

◆ posType

PositionType BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::posType

Definition at line 49 of file be_feature.h.

◆ fingerPos

Finger::Position BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::fingerPos

Definition at line 51 of file be_feature.h.

◆ palmPos

Palm::Position BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::palmPos

Definition at line 52 of file be_feature.h.

◆ plantarPos

Plantar::Position BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::plantarPos

Definition at line 53 of file be_feature.h.

◆ 

union { ... } BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::position

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