11#ifndef __BE_FINGER_ANSI2004VIEW_H__
12#define __BE_FINGER_ANSI2004VIEW_H__
59 const std::string &fmrFilename,
60 const std::string &firFilename,
61 const uint32_t viewNumber);
88 const uint32_t viewNumber);
112 const uint32_t viewNumber);
A class to represent single finger view and derived information.
void readCoreDeltaData(Memory::IndexedBuffer &buf, uint32_t dataLength, Feature::CorePointSet &cores, Feature::DeltaPointSet &deltas)
Read the core points data.
virtual ~ANSI2004View()=default
ANSI2004View()
Construct an empty ANSI finger view.
ANSI2004View(const std::string &fmrFilename, const std::string &firFilename, const uint32_t viewNumber)
Construct an ANSI-2004 finger view from records contained in files.
void readFMRHeader(Memory::IndexedBuffer &buf)
ANSI2004View(const Memory::uint8Array &fmrBuffer, const Memory::uint8Array &firBuffer, const uint32_t viewNumber)
Construct an ANSI-2004 finger view from records contained in buffers.
static const uint32_t BASE_SPEC_VERSION
A class to represent single finger view and derived information.
Wrap a memory buffer with an index.
std::vector< DeltaPoint > DeltaPointSet
std::vector< CorePoint > CorePointSet
This software was developed at the National Institute of Standards and Technology (NIST) by employees...