Evaluation of Latent Friction Ridge Technology
API for participating in NIST's evaluation of latent friction ridge identification algorithms.
Public Member Functions | Public Attributes | List of all members
ELFT::Minutia Struct Reference

Friction ridge feature details. More...

#include <elft.h>

Public Member Functions

 Minutia (const Coordinate &coordinate={}, const uint16_t theta={}, const MinutiaType type=MinutiaType::Unknown)
 Minutia constructor. More...
 

Public Attributes

Coordinate coordinate {}
 Location of the feature. More...
 
uint16_t theta {}
 Ridge direction of the feature, in degrees [0,359], following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.331. More...
 
MinutiaType type {MinutiaType::Unknown}
 Type of feature. More...
 

Detailed Description

Friction ridge feature details.

Definition at line 362 of file elft.h.

Constructor & Destructor Documentation

◆ Minutia()

ELFT::Minutia::Minutia ( const Coordinate coordinate = {},
const uint16_t  theta = {},
const MinutiaType  type = MinutiaType::Unknown 
)

Minutia constructor.

Parameters
coordinateLocation of the feature.
thetaRidge direction of the feature, in degrees [0,359], following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.331.
typeType of feature.

Definition at line 228 of file libelft.cpp.

Member Data Documentation

◆ coordinate

Coordinate ELFT::Minutia::coordinate {}

Location of the feature.

Definition at line 365 of file elft.h.

◆ theta

uint16_t ELFT::Minutia::theta {}

Ridge direction of the feature, in degrees [0,359], following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.331.

Definition at line 370 of file elft.h.

◆ type

MinutiaType ELFT::Minutia::type {MinutiaType::Unknown}

Type of feature.

Definition at line 372 of file elft.h.


The documentation for this struct was generated from the following files: