NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
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... | |
A structure to represent the size of an image, in pixels.
Definition at line 159 of file be_image.h.
BiometricEvaluation::Image::Size::Size | ( | const uint32_t | xSize = 0 , |
const uint32_t | ySize = 0 |
||
) |
Create a Size struct.
[in] | xSize | Number of pixels on the X-axis |
[in] | ySize | Number of pixels on the Y-axis |
uint32_t BiometricEvaluation::Image::Size::xSize |
Number of pixels on the X-axis.
Definition at line 174 of file be_image.h.
uint32_t BiometricEvaluation::Image::Size::ySize |
Number of pixels on the Y-axis.
Definition at line 176 of file be_image.h.