Friction Ridge Image and Features
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
common.h File Reference
#include <compare>
#include <cstddef>
#include <cstdint>
#include <filesystem>
#include <memory>
#include <optional>
#include <string>
#include <tuple>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

struct  FRIF::ReturnStatus
 Information about the result of calling a FRIF API function. More...
 
struct  FRIF::Image
 Data and metadata for an image. More...
 
struct  FRIF::Coordinate
 Pixel location in an image. More...
 
struct  FRIF::ProductIdentifier
 Identifying details about algorithm components for documentation. More...
 
struct  FRIF::ProductIdentifier::CBEFFIdentifier
 CBEFF information registered with and assigned by IBIA. More...
 

Namespaces

namespace  FRIF
 TE input/output types.
 

Typedefs

using FRIF::Segment = std::tuple<Coordinate, Coordinate>
 Line segment.
 

Variables

uint16_t FRIF::API_MAJOR_VERSION {0}
 API major version number.
 
uint16_t FRIF::API_MINOR_VERSION {0}
 API minor version number.
 
uint16_t FRIF::API_PATCH_VERSION {1}
 API patch version number.