|
Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
|
Pixel location in an image. More...
#include <common.h>
Public Member Functions | |
| Coordinate (const uint32_t x={}, const uint32_t y={}) | |
| Coordinate constructor. | |
| auto | operator<=> (const Coordinate &) const |
| bool | operator== (const Coordinate &) const |
Public Attributes | |
| uint32_t | x {} |
| X coordinate in pixels. | |
| uint32_t | y {} |
| Y coordinate in pixels. | |
| FRIF::Coordinate::Coordinate | ( | const uint32_t | x = {}, |
| const uint32_t | y = {} ) |
Coordinate constructor.
| x | X coordinate in pixels. |
| y | Y coordinate in pixels. |
Definition at line 15 of file libfrifte_common.cpp.
|
default |
|
default |