|
Evaluation of Latent Friction Ridge Technology
API for participating in NIST's evaluation of latent friction ridge identification algorithms.
|
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. | |
Public Attributes | |
| Coordinate | coordinate {} |
| Location of the feature. | |
| uint16_t | theta {} |
| Ridge direction of the feature, in degrees [0,359], following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.331. | |
| MinutiaType | type {MinutiaType::Unknown} |
| Type of feature. | |
| ELFT::Minutia::Minutia | ( | const Coordinate & | coordinate = {}, |
| const uint16_t | theta = {}, | ||
| const MinutiaType | type = MinutiaType::Unknown ) |
Minutia constructor.
| coordinate | Location of the feature. |
| theta | Ridge direction of the feature, in degrees [0,359], following conventions from ANSI/NIST-ITL 1-2011 (2015) Field 9.331. |
| type | Type of feature. |
Definition at line 228 of file libelft.cpp.
| Coordinate ELFT::Minutia::coordinate {} |
| uint16_t ELFT::Minutia::theta {} |
| MinutiaType ELFT::Minutia::type {MinutiaType::Unknown} |