NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
be_finger_an2kview_fixedres.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_FINGER_AN2KVIEW_FIXEDRES_H__
12#define __BE_FINGER_AN2KVIEW_FIXEDRES_H__
13
14#include <be_finger_an2kview.h>
15
16namespace BiometricEvaluation
17{
18 namespace Finger
19 {
37 public:
38
63 const std::string filename,
64 const RecordType typeID,
65 const uint32_t recordNumber);
66
89 const RecordType typeID,
90 const uint32_t recordNumber);
91
92 protected:
93
94 private:
104 void readImageRecord(
105 const RecordType typeID);
106 };
107 }
108}
109#endif /* __BE_FINGER_AN2KVIEW_FIXEDRES_H__ */
110
A class to represent single finger view and derived information.
AN2KViewFixedResolution(const std::string filename, const RecordType typeID, const uint32_t recordNumber)
Construct an AN2K finger view from a file.
AN2KViewFixedResolution(Memory::uint8Array &buf, const RecordType typeID, const uint32_t recordNumber)
Construct an AN2K finger view from a buffer.
A class to represent single finger view and derived information.
RecordType
The type of AN2K record.
This software was developed at the National Institute of Standards and Technology (NIST) by employees...