NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
be_palm_an2kview.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_AN2KVIEW_H__
12#define __BE_PALM_AN2KVIEW_H__
13
15
16namespace BiometricEvaluation
17{
18 namespace Palm
19 {
31 public:
32
41 const std::string &filename,
42 const uint32_t recordNumber);
43
53 const uint32_t recordNumber);
54
62 getPosition() const;
63
74
75 protected:
76 private:
77 void readImageRecord(const RecordType typeID);
78 };
79 }
80}
81#endif /* __BE_PALM_AN2KVIEW_H__ */
82
A class to represent a single Palm view and derived information.
Palm::Position getPosition() const
Obtain the palm position.
AN2KView(const std::string &filename, const uint32_t recordNumber)
Construct an AN2K palm view from a file.
QualityMetricSet getPalmQualityMetric() const
Obtain the palm quality metric.
AN2KView(BiometricEvaluation::Memory::uint8Array &buf, const uint32_t recordNumber)
Construct an AN2K palm view from a memory buffer.
RecordType
The type of AN2K record.
A class to represent single view based on an ANSI/NIST record.
Position
Palm position codes.
Definition: be_palm.h:39
This software was developed at the National Institute of Standards and Technology (NIST) by employees...