xvsdk  3.2.0
Classes | Public Member Functions | Public Attributes | List of all members
xv::Det2dObject Struct Reference

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

Detailed Description

Object detection bounding box. 2d.


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