NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
be_data_interchange_finger.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_DATA_INTERCHANGE_FINGER__
12#define BE_DATA_INTERCHANGE_FINGER__
13
15#include <be_feature_sort.h>
16#include <be_image.h>
17
18namespace BiometricEvaluation
19{
20 namespace DataInterchange
21 {
22 namespace Finger
23 {
61 const DataInterchange::ANSI2004Record &ansi2004,
62 const uint32_t viewNumber = 1,
63 const uint8_t maximumMinutia = 60,
64 const uint8_t minimumMinutia = 0,
65 const Feature::Sort::Kind &sortOrder =
67
105 const Memory::uint8Array &ansi2004,
106 const uint32_t viewNumber = 1,
107 const uint8_t maximumMinutia = 60,
108 const uint8_t minimumMinutia = 0,
109 const Feature::Sort::Kind &sortOrder =
111 }
112 }
113}
114
115#endif /* BE_DATA_INTERCHANGE_FINGER__ */
All finger views from a single finger minutiae record.
Memory::uint8Array ANSI2004ToISOCard2011(const DataInterchange::ANSI2004Record &ansi2004, const uint32_t viewNumber=1, const uint8_t maximumMinutia=60, const uint8_t minimumMinutia=0, const Feature::Sort::Kind &sortOrder=Feature::Sort::Kind::QualityDescending)
Convert an ANSI/INCITS 378-2004 fingerprint template to an ISO/IEC 19794-2:2011 on-card fingerprint t...
Kind
Sort order of MinutiaPointSets.
@ QualityDescending
Highest to lowest quality value.
This software was developed at the National Institute of Standards and Technology (NIST) by employees...