NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
A structure to represent a region of interest (ROI), which is a bounding box and a set of coordinates. More...
#include <be_image.h>
Public Member Functions | |
ROI () | |
Create an empty ROI object. More... | |
ROI (const Size size, const uint32_t horzOffset, const uint32_t vertOffset, const CoordinateSet &path) | |
Create a ROI object with the given parameters. More... | |
Public Attributes | |
Size | size |
uint32_t | horzOffset |
uint32_t | vertOffset |
CoordinateSet | path |
A structure to represent a region of interest (ROI), which is a bounding box and a set of coordinates.
Definition at line 348 of file be_image.h.
BiometricEvaluation::Image::ROI::ROI | ( | ) |
Create an empty ROI object.
BiometricEvaluation::Image::ROI::ROI | ( | const Size | size, |
const uint32_t | horzOffset, | ||
const uint32_t | vertOffset, | ||
const CoordinateSet & | path | ||
) |
Create a ROI object with the given parameters.
[in] | size | The size of the region of interest. |
[in] | horzOffset | The horizontal offset of the region of interest. |
[in] | vertOffset | The vertical offset of the region of interest. |
[in] | path | The path offset of the region of interest. |
Size BiometricEvaluation::Image::ROI::size |
Definition at line 371 of file be_image.h.
uint32_t BiometricEvaluation::Image::ROI::horzOffset |
Definition at line 372 of file be_image.h.
uint32_t BiometricEvaluation::Image::ROI::vertOffset |
Definition at line 373 of file be_image.h.
CoordinateSet BiometricEvaluation::Image::ROI::path |
Definition at line 374 of file be_image.h.