Friction Ridge Image and Features
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 <frif/common.h>
#include <frif/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::Candidate
 Unique entry. More...
 
struct  FRIF::CandidateListKeyHash
 Hash function for Candidate. More...
 
struct  FRIF::ComparisonResult
 The results of comparing two templates. More...
 
struct  FRIF::SearchResult
 The results of a searching a database. More...
 
struct  FRIF::TemplateArchive
 Collection of templates on disk. More...
 

Namespaces

namespace  FRIF
 TE input/output types.
 

Typedefs

using FRIF::CandidateList
 Representation of a list of likely candidates returned from a search.
 
using FRIF::CandidateListCorrespondence
 Representation to output Correspondence for each Candidate from a CandidateList.
 
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...