|
xvsdk
3.2.0
|
Object detection bounding box. 2d. More...
#include <xv-types.h>
Classes | |
| struct | keypoint |
Public Member Functions | |
| Det2dObject (int i, const std::string &n, float s, float l, float t, float w, float h) | |
| Det2dObject (int i, const std::string &n, float s, float l, float t, float w, float h, std::vector< keypoint > pts) | |
Public Attributes | |
| int | idx |
| std::string | name |
| float | score |
| float | left |
| float | top |
| float | width |
| float | height |
| std::vector< keypoint > | keypoints |
Object detection bounding box. 2d.