NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
be_iris_iso2011view.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_IRIS_ISO2011VIEW_H__
12#define __BE_IRIS_ISO2011VIEW_H__
13
14#include <be_iris_incitsview.h>
15
16namespace BiometricEvaluation
17{
18 namespace Iris
19 {
29 public:
35
51 const std::string &filename,
52 const uint32_t viewNumber);
53
68 const Memory::uint8Array &buffer,
69 const uint32_t viewNumber);
70
71 protected:
72 static const uint32_t BASE_SPEC_VERSION = 0x30323000;
73 /* '0''2''0' 'nul' */
74
77 private:
78 };
79 }
80}
81#endif /* __BE_IRIS_ISO2011VIEW_H__ */
82
A class to represent single iris view and derived information.
A class to represent single iris view and derived information.
ISO2011View(const Memory::uint8Array &buffer, const uint32_t viewNumber)
Construct an ISO 2011 iris view from a record contained in a buffer.
ISO2011View(const std::string &filename, const uint32_t viewNumber)
Construct an ISO 2011 iris view from the named file.
ISO2011View()
Construct an empty ISO 2011 iris view.
void readISOHeader(BiometricEvaluation::Memory::IndexedBuffer &buf)
Wrap a memory buffer with an index.
This software was developed at the National Institute of Standards and Technology (NIST) by employees...