|
NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
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 |
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.
| PositionType BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::posType |
Definition at line 49 of file be_feature.h.
| Finger::Position BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::fingerPos |
Definition at line 51 of file be_feature.h.
| Palm::Position BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::palmPos |
Definition at line 52 of file be_feature.h.
| Plantar::Position BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::plantarPos |
Definition at line 53 of file be_feature.h.
| union { ... } BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition::position |