NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
be_plantar.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_PLANTAR_H__
12#define __BE_PLANTAR_H__
13
14#include <iostream>
15#include <map>
16#include <vector>
17
19
20namespace BiometricEvaluation
21{
27 namespace Plantar
28 {
36 enum class Position
37 {
38 UnknownSole = 60,
39 RightSole = 61,
40 LeftSole = 62,
41 UnknownToe = 63,
42 RightBigToe = 64,
43 };
44 }
45}
46
49 BE_Plantar_Position_EnumToStringMap);
50
51#endif /* __BE_PLANTAR_H__ */
52
BE_FRAMEWORK_ENUMERATION_DECLARATIONS(BiometricEvaluation::Plantar::Position, BE_Plantar_Position_EnumToStringMap)
Position
Plantar position codes.
Definition: be_plantar.h:37
This software was developed at the National Institute of Standards and Technology (NIST) by employees...