A structure for holding information about boxes in 2d and 3d. More...
#include <faces.h>
Public Attributes | |
cv::Rect | box2d |
cv::Point2d | center2d |
cv::Point3d | center3d |
int | id |
double | radius2d |
double | radius3d |
string | status |
A structure for holding information about boxes in 2d and 3d.
Definition at line 71 of file faces.h.
cv::Rect people::Box2D3D::box2d |
cv::Point2d people::Box2D3D::center2d |
cv::Point3d people::Box2D3D::center3d |
double people::Box2D3D::radius2d |
double people::Box2D3D::radius3d |
string people::Box2D3D::status |