NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
be_latent_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_LATENT_AN2KVIEW_H__
12#define __BE_LATENT_AN2KVIEW_H__
13
15
16namespace BiometricEvaluation
17{
18 namespace Latent
19 {
21 public:
22
31 const std::string &filename,
32 const uint32_t recordNumber);
33
44 const uint32_t recordNumber);
45
57 getPositions() const;
58
69 const;
70
77 const;
78
88 const;
89
90 protected:
91 private:
92 };
93 }
94}
95#endif /* __BE_LATENT_AN2KVIEW_H__ */
96
AN2KView(Memory::uint8Array &buf, const uint32_t recordNumber)
Construct an AN2K finger view using from a memory buffer.
PrintPositionCoordinateSet getPrintPositionCoordinates() const
Obtain print position coordinates.
AN2KView(const std::string &filename, const uint32_t recordNumber)
Construct an AN2K finger view from a file.
Finger::PositionDescriptors getSearchPositionDescriptors() const
Return search position descriptors.
Feature::FGPSet getPositions() const
Obtain the set of finger positions.
QualityMetricSet getLatentQualityMetric() const
Obtain metrics for latent image quality score data for the image stored in this record.
A class to represent single view based on an ANSI/NIST record.
std::vector< PrintPositionCoordinate > PrintPositionCoordinateSet
std::vector< FGP > FGPSet
Definition: be_feature.h:57
std::map< Position, FingerImageCode > PositionDescriptors
Definition: be_finger.h:152
This software was developed at the National Institute of Standards and Technology (NIST) by employees...