3DiVi Face SDK
3.24.1
|
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. | |
Rectangle in an image.