NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Public Member Functions | Public Attributes | List of all members
BiometricEvaluation::Image::Size Struct Reference

A structure to represent the size of an image, in pixels. More...

#include <be_image.h>

Public Member Functions

 Size (const uint32_t xSize=0, const uint32_t ySize=0)
 Create a Size struct. More...
 

Public Attributes

uint32_t xSize
 Number of pixels on the X-axis. More...
 
uint32_t ySize
 Number of pixels on the Y-axis. More...
 

Detailed Description

A structure to represent the size of an image, in pixels.

Definition at line 159 of file be_image.h.

Constructor & Destructor Documentation

◆ Size()

BiometricEvaluation::Image::Size::Size ( const uint32_t  xSize = 0,
const uint32_t  ySize = 0 
)

Create a Size struct.

Parameters
[in]xSizeNumber of pixels on the X-axis
[in]ySizeNumber of pixels on the Y-axis

Member Data Documentation

◆ xSize

uint32_t BiometricEvaluation::Image::Size::xSize

Number of pixels on the X-axis.

Definition at line 174 of file be_image.h.

◆ ySize

uint32_t BiometricEvaluation::Image::Size::ySize

Number of pixels on the Y-axis.

Definition at line 176 of file be_image.h.


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