NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Enumerations
BiometricEvaluation::Plantar Namespace Reference

Biometric information relating to plantar images and derived information. More...

Enumerations

enum class  Position {
  UnknownSole = 60 , RightSole = 61 , LeftSole = 62 , UnknownToe = 63 ,
  RightBigToe = 64
}
 Plantar position codes. More...
 

Detailed Description

Biometric information relating to plantar images and derived information.

Enumeration Type Documentation

◆ Position

Plantar position codes.

These codes match those in ANSI/NIST. Other minutiae formats may have to map codes into this set.

Enumerator
UnknownSole 
RightSole 
LeftSole 
UnknownToe 
RightBigToe 

Definition at line 36 of file be_plantar.h.