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

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<<.
 

Detailed Description

Face rectangle bounding box.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const BoundingBox box 
)
friend

Override operator<<.

Parameters
osStream object reference
boxBounding box instance
Returns
stream reference

Member Data Documentation

◆ bottom_right_x

int facesdk::BoundingBox::bottom_right_x = 0

X position of right bottom corner

◆ bottom_right_y

int facesdk::BoundingBox::bottom_right_y = 0

Y position of right bottom corner

◆ left_top_x

int facesdk::BoundingBox::left_top_x = 0

X position of left top corner

◆ left_top_y

int facesdk::BoundingBox::left_top_y = 0

Y position of left top corner