xvsdk  3.2.0
Classes | Public Types | Public Attributes | List of all members
xv::Object Struct Reference

Object detection bounding box. More...

#include <xv-types.h>

Classes

struct  keypoint
 

Public Types

enum  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< keypointkeypoints
 

Detailed Description

Object detection bounding box.


The documentation for this struct was generated from the following file: