|
xvsdk
3.2.0
|
Object detection bounding box. More...
#include <xv-types.h>
Classes | |
| struct | keypoint |
Public Types | |
| enum class | Shape { BoundingBox = 0 , Human , HandSkeleton } |
Public Attributes | |
| Shape | shape = Shape::BoundingBox |
| int | typeID = -1 |
| std::string | type = "" |
| double | x = 0 |
| double | y = 0 |
| double | width = 0 |
| double | height = 0 |
| double | confidence = 0.0f |
| std::vector< keypoint > | keypoints |
Object detection bounding box.