3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
pbio::Rectangle Struct Reference

Rectangle in an image. More...

#include <Rectangle.h>

Public Member Functions

 Rectangle ()
 Default constructor.
 
 Rectangle (int x, int y, int width, int height)
 Constructor.
 

Public Attributes

int x
 X coordinate of the top-left corner.
 
int y
 Y coordinate of the top-left corner.
 
int width
 Width of the rectangle.
 
int height
 Height of the rectangle.
 

Detailed Description

Rectangle in an image.