Friction Ridge Image and Features
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::Coordinate Struct Reference

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.
 

Detailed Description

Pixel location in an image.

Definition at line 191 of file common.h.

Constructor & Destructor Documentation

◆ Coordinate()

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

Coordinate constructor.

Parameters
xX coordinate in pixels.
yY coordinate in pixels.

Definition at line 15 of file libfrif_common.cpp.

Member Function Documentation

◆ operator<=>()

auto FRIF::Coordinate::operator<=> ( const Coordinate & ) const
default

◆ operator==()

bool FRIF::Coordinate::operator== ( const Coordinate & ) const
default

Member Data Documentation

◆ x

uint32_t FRIF::Coordinate::x {}

X coordinate in pixels.

Definition at line 194 of file common.h.

◆ y

uint32_t FRIF::Coordinate::y {}

Y coordinate in pixels.

Definition at line 196 of file common.h.


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