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

Pixel location in an image. More...

#include <elft.h>

Public Member Functions

 Coordinate (const uint32_t x={}, const uint32_t y={})
 Coordinate constructor. More...
 
bool operator== (const Coordinate &rhs) const
 
bool operator!= (const Coordinate &rhs) const
 
bool operator< (const Coordinate &rhs) const
 
bool operator<= (const Coordinate &rhs) const
 
bool operator> (const Coordinate &rhs) const
 
bool operator>= (const Coordinate &rhs) const
 

Public Attributes

uint32_t x {}
 X coordinate in pixels. More...
 
uint32_t y {}
 Y coordinate in pixels. More...
 

Detailed Description

Pixel location in an image.

Definition at line 301 of file elft.h.

Constructor & Destructor Documentation

◆ Coordinate()

ELFT::Coordinate::Coordinate ( const uint32_t  x = {},
const uint32_t  y = {} 
)

Coordinate constructor.

Parameters
xX coordinate in pixels.
yY coordinate in pixels.

Definition at line 139 of file libelft.cpp.

Member Function Documentation

◆ operator==()

bool ELFT::Coordinate::operator== ( const Coordinate rhs) const

Definition at line 149 of file libelft.cpp.

◆ operator!=()

bool ELFT::Coordinate::operator!= ( const Coordinate rhs) const

Definition at line 157 of file libelft.cpp.

◆ operator<()

bool ELFT::Coordinate::operator< ( const Coordinate rhs) const

Definition at line 164 of file libelft.cpp.

◆ operator<=()

bool ELFT::Coordinate::operator<= ( const Coordinate rhs) const

Definition at line 185 of file libelft.cpp.

◆ operator>()

bool ELFT::Coordinate::operator> ( const Coordinate rhs) const

Definition at line 194 of file libelft.cpp.

◆ operator>=()

bool ELFT::Coordinate::operator>= ( const Coordinate rhs) const

Definition at line 202 of file libelft.cpp.

Member Data Documentation

◆ x

uint32_t ELFT::Coordinate::x {}

X coordinate in pixels.

Definition at line 304 of file elft.h.

◆ y

uint32_t ELFT::Coordinate::y {}

Y coordinate in pixels.

Definition at line 306 of file elft.h.


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