Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
io.h File Reference
#include <cstdint>
#include <filesystem>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include <frifte/common.h>
#include <frifte/efs.h>

Go to the source code of this file.

Classes

struct  FRIF::TemplateData
 Information possibly stored in a template. More...
 
struct  FRIF::CreateTemplateResult
 Output from extracting features into a template . More...
 
struct  FRIF::Correspondence
 Information about a probe/reference relationship. More...
 
struct  FRIF::SubjectPositionCandidate
 Candidate list entry identifying a specific region of a subject. More...
 
struct  FRIF::SubjectPositionCandidateListKeyHash
 Hash function for SubjectPositionCandidate. More...
 
struct  FRIF::ComparisonResult
 The results of comparing two templates. More...
 
struct  FRIF::SearchSubjectPositionResult
 The results of a searching a database for subject finger positions. More...
 
struct  FRIF::SearchSubjectResult
 The results of a searching a database for a subject, without respect to finger positions. More...
 
struct  FRIF::TemplateArchive
 Collection of templates on disk. More...
 

Namespaces

namespace  FRIF
 TE input/output types.
 

Typedefs

using FRIF::SubjectCandidate = std::string
 Candidate list entry identifying a subject without respect for region.
 
using FRIF::SubjectPositionCandidateList
 Representation of a list of likely candidates returned from a search.
 
using FRIF::SubjectCandidateList = std::unordered_map<std::string, double>
 Representation of a list of likely candidates returned from a search.
 
using FRIF::SubjectPositionCandidateListCorrespondence
 Representation to output Correspondence for each SubjectPositionCandidate from a SubjectPositionCandidateList.
 
using FRIF::SubjectCandidateListCorrespondence
 Representation to output Correspondence for each SubjectCandidate from a SubjectCandidateList.
 
using FRIF::Sample
 Convenience definition for a friction ridge sample.
 

Enumerations

enum class  FRIF::TemplateType { FRIF::Probe , FRIF::Reference }
 Use for data extracted from Sample. More...