NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
src
include
be_palm.h
Go to the documentation of this file.
1
/*
2
* This software was developed at the National Institute of Standards and
3
* Technology (NIST) by employees of the Federal Government in the course
4
* of their official duties. Pursuant to title 17 Section 105 of the
5
* United States Code, this software is not subject to copyright protection
6
* and is in the public domain. NIST assumes no responsibility whatsoever for
7
* its use by other parties, and makes no guarantees, expressed or implied,
8
* about its quality, reliability, or any other characteristic.
9
*/
10
11
#ifndef __BE_PALM_H__
12
#define __BE_PALM_H__
13
14
#include <iostream>
15
#include <map>
16
#include <vector>
17
18
#include <
be_framework_enumeration.h
>
19
20
namespace
BiometricEvaluation
21
{
29
namespace
Palm
30
{
38
enum class
Position
39
{
40
Unknown = 20,
41
RightFull
= 21,
42
RightWriters
= 22,
43
LeftFull
= 23,
44
LeftWriters
= 24,
45
RightLower
= 25,
46
RightUpper
= 26,
47
LeftLower
= 27,
48
LeftUpper
= 28,
49
RightOther
= 29,
50
LeftOther
= 30,
51
RightInterdigital
= 31,
52
RightThenar
= 32,
53
RightHypothenar
= 33,
54
LeftInterdigital
= 34,
55
LeftThenar
= 35,
56
LeftHypothenar
= 36,
57
RightGrasp
= 37,
58
LeftGrasp
= 38,
59
RightCarpelDelta
= 81,
60
LeftCarpelDelta
= 82,
61
RightFullWithWriters
= 83,
62
LeftFullWithWriters
= 84,
63
RightWristBracelet
= 85,
64
LeftWristBracelet
= 86
65
};
66
}
67
}
68
BE_FRAMEWORK_ENUMERATION_DECLARATIONS
(
69
BiometricEvaluation::Palm::Position
,
70
BE_Palm_Position_EnumToStringMap);
71
72
#endif
/* __BE_PALM_H__ */
73
be_framework_enumeration.h
BE_FRAMEWORK_ENUMERATION_DECLARATIONS
BE_FRAMEWORK_ENUMERATION_DECLARATIONS(BiometricEvaluation::Palm::Position, BE_Palm_Position_EnumToStringMap)
BiometricEvaluation::Palm::Position
Position
Palm position codes.
Definition:
be_palm.h:39
BiometricEvaluation::Palm::Position::LeftWriters
@ LeftWriters
BiometricEvaluation::Palm::Position::LeftFullWithWriters
@ LeftFullWithWriters
BiometricEvaluation::Palm::Position::LeftCarpelDelta
@ LeftCarpelDelta
BiometricEvaluation::Palm::Position::RightInterdigital
@ RightInterdigital
BiometricEvaluation::Palm::Position::RightOther
@ RightOther
BiometricEvaluation::Palm::Position::RightThenar
@ RightThenar
BiometricEvaluation::Palm::Position::LeftInterdigital
@ LeftInterdigital
BiometricEvaluation::Palm::Position::LeftOther
@ LeftOther
BiometricEvaluation::Palm::Position::RightGrasp
@ RightGrasp
BiometricEvaluation::Palm::Position::RightCarpelDelta
@ RightCarpelDelta
BiometricEvaluation::Palm::Position::LeftThenar
@ LeftThenar
BiometricEvaluation::Palm::Position::RightFull
@ RightFull
BiometricEvaluation::Palm::Position::LeftGrasp
@ LeftGrasp
BiometricEvaluation::Palm::Position::RightHypothenar
@ RightHypothenar
BiometricEvaluation::Palm::Position::LeftFull
@ LeftFull
BiometricEvaluation::Palm::Position::LeftWristBracelet
@ LeftWristBracelet
BiometricEvaluation::Palm::Position::RightWristBracelet
@ RightWristBracelet
BiometricEvaluation::Palm::Position::LeftLower
@ LeftLower
BiometricEvaluation::Palm::Position::RightLower
@ RightLower
BiometricEvaluation::Palm::Position::RightUpper
@ RightUpper
BiometricEvaluation::Palm::Position::RightWriters
@ RightWriters
BiometricEvaluation::Palm::Position::RightFullWithWriters
@ RightFullWithWriters
BiometricEvaluation::Palm::Position::LeftHypothenar
@ LeftHypothenar
BiometricEvaluation::Palm::Position::LeftUpper
@ LeftUpper
BiometricEvaluation
This software was developed at the National Institute of Standards and Technology (NIST) by employees...
Definition:
be_data_interchange_an2k.h:28
Generated by
1.9.3