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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ROI() [1/2]

BiometricEvaluation::Image::ROI::ROI ( )

Create an empty ROI object.

◆ ROI() [2/2]

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.

Parameters
[in]sizeThe size of the region of interest.
[in]horzOffsetThe horizontal offset of the region of interest.
[in]vertOffsetThe vertical offset of the region of interest.
[in]pathThe path offset of the region of interest.

Member Data Documentation

◆ size

Size BiometricEvaluation::Image::ROI::size

Definition at line 371 of file be_image.h.

◆ horzOffset

uint32_t BiometricEvaluation::Image::ROI::horzOffset

Definition at line 372 of file be_image.h.

◆ vertOffset

uint32_t BiometricEvaluation::Image::ROI::vertOffset

Definition at line 373 of file be_image.h.

◆ path

CoordinateSet BiometricEvaluation::Image::ROI::path

Definition at line 374 of file be_image.h.


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