NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
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
19
20namespace 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,
52 RightThenar = 32,
53 RightHypothenar = 33,
55 LeftThenar = 35,
56 LeftHypothenar = 36,
57 RightGrasp = 37,
58 LeftGrasp = 38,
60 LeftCarpelDelta = 82,
65 };
66 }
67}
70 BE_Palm_Position_EnumToStringMap);
71
72#endif /* __BE_PALM_H__ */
73
BE_FRAMEWORK_ENUMERATION_DECLARATIONS(BiometricEvaluation::Palm::Position, BE_Palm_Position_EnumToStringMap)
Position
Palm position codes.
Definition: be_palm.h:39
This software was developed at the National Institute of Standards and Technology (NIST) by employees...