NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
Biometric information relating to finger images and derived information. More...
Classes | |
class | AN2KMinutiaeDataRecord |
Representation of a Type-9 Record from an AN2K file. More... | |
class | AN2KView |
A class to represent single finger view and derived information. More... | |
class | AN2KViewCapture |
Represents an ANSI/NIST variable-resolution finger image. More... | |
class | AN2KViewFixedResolution |
A class to represent single finger view and derived information. More... | |
class | ANSI2004View |
A class to represent single finger view and derived information. More... | |
class | ANSI2007View |
A class to represent single finger view and derived information. More... | |
class | INCITSView |
A class to represent single finger view and derived information. More... | |
class | ISO2005View |
A class to represent single finger view and derived information. More... | |
Typedefs | |
using | PositionSet = std::vector< Position > |
using | PositionDescriptors = std::map< Position, FingerImageCode > |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const AN2KViewCapture::FingerSegmentPosition &fsp) |
Output stream overload for FingerSegmentPosition. More... | |
Biometric information relating to finger images and derived information.
The Finger package gathers all finger related matters, including classes to represent finger minutiae and helper functions for conversion between biometric representations. Contained within this namespace are classes to represent specific record formats, such as ANSI/NIST finger image records.
using BiometricEvaluation::Finger::PositionSet = typedef std::vector<Position> |
Definition at line 99 of file be_finger.h.
using BiometricEvaluation::Finger::PositionDescriptors = typedef std::map<Position, FingerImageCode> |
Definition at line 152 of file be_finger.h.
|
strong |
Pattern classification codes.
Enumerator | |
---|---|
PlainArch | |
TentedArch | |
RadialLoop | |
UlnarLoop | |
PlainWhorl | |
CentralPocketLoop | |
DoubleLoop | |
AccidentalWhorl | |
Whorl | |
RightSlantLoop | |
LeftSlantLoop | |
Scar | |
Amputation | |
Unknown |
Definition at line 36 of file be_finger.h.
|
strong |
Finger position codes.
These codes match those in ANSI/NIST. Other minutiae formats may have to map codes into this set.
Definition at line 61 of file be_finger.h.
|
strong |
Finger, palm, and latent impression types.
Definition at line 102 of file be_finger.h.
|
strong |
Joint and tip codes.
Enumerator | |
---|---|
EJI | |
RolledTip | |
FullFingerRolled | |
FullFingerPlainLeft | |
FullFingerPlainCenter | |
FullFingerPlainRight | |
ProximalSegment | |
DistalSegment | |
MedialSegment | |
NA |
Definition at line 140 of file be_finger.h.
|
strong |
Friction Ridge Capture Technology codes.
Definition at line 155 of file be_finger.h.
std::ostream & BiometricEvaluation::Finger::operator<< | ( | std::ostream & | stream, |
const AN2KViewCapture::FingerSegmentPosition & | fsp | ||
) |
Output stream overload for FingerSegmentPosition.