IDLive Face C++ API 1.46.0
|
Face rectangle bounding box. More...
#include <facesdk/DetectorEngine.h>
Public Member Functions | |
BoundingBox (int left_top_x, int left_top_y, int bottom_right_x, int bottom_right_y) | |
Public Attributes | |
int | left_top_x = 0 |
int | left_top_y = 0 |
int | bottom_right_x = 0 |
int | bottom_right_y = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const BoundingBox &box) |
Override operator<<. | |
Face rectangle bounding box.
|
friend |
Override operator<<.
os | Stream object reference |
box | Bounding box instance |
int facesdk::BoundingBox::bottom_right_x = 0 |
X position of right bottom corner
int facesdk::BoundingBox::bottom_right_y = 0 |
Y position of right bottom corner
int facesdk::BoundingBox::left_top_x = 0 |
X position of left top corner
int facesdk::BoundingBox::left_top_y = 0 |
Y position of left top corner