IDLive Face new C++ API 1.46.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
idliveface::BoundingBox Struct Reference

The bounding box around the face. More...

#include <idliveface/base_types.h>

Public Member Functions

 BoundingBox ()=default
 Creates empty bounding box in the [0, 0] coordinates.
 
 BoundingBox (int32_t x, int32_t y, int32_t width, int32_t height)
 Creates bounding box with the provided dimensions and coordinates.
 

Public Attributes

int32_t x = 0
 The x coordinate of the top-left point.
 
int32_t y = 0
 The y coordinate of the top-left point.
 
int32_t width = 0
 The width of the box.
 
int32_t height = 0
 The height of the box.
 

Detailed Description

The bounding box around the face.