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::Core Struct Reference

Singular point of focus of innermost recurving ridge. More...

#include <elft.h>

Public Member Functions

 Core (const Coordinate &coordinate={}, const std::optional< uint16_t > &direction={})
 Core constructor. More...
 

Public Attributes

Coordinate coordinate {}
 Location of the feature. More...
 
std::optional< uint16_t > direction {}
 Direction pointing away from the center of the curve, in degrees [0,359] counterclockwise to the right, following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.320. More...
 

Detailed Description

Singular point of focus of innermost recurving ridge.

Definition at line 393 of file elft.h.

Constructor & Destructor Documentation

◆ Core()

ELFT::Core::Core ( const Coordinate coordinate = {},
const std::optional< uint16_t > &  direction = {} 
)

Core constructor.

Parameters
coordinateLocation of the feature.
directionDirection pointing away from the center of the curve, in degrees [0,359] counterclockwise to the right, following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.320.

Definition at line 239 of file libelft.cpp.

Member Data Documentation

◆ coordinate

Coordinate ELFT::Core::coordinate {}

Location of the feature.

Definition at line 396 of file elft.h.

◆ direction

std::optional<uint16_t> ELFT::Core::direction {}

Direction pointing away from the center of the curve, in degrees [0,359] counterclockwise to the right, following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.320.

Definition at line 402 of file elft.h.


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