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 |
string | status |
double | width2d |
double | width3d |
A structure for holding information about boxes in 2d and 3d.
cv::Rect people::Box2D3D::box2d |
cv::Point2d people::Box2D3D::center2d |
cv::Point3d people::Box2D3D::center3d |
string people::Box2D3D::status |
double people::Box2D3D::width2d |
double people::Box2D3D::width3d |