VART-X  0.3.0
vart::DetectionResData Struct Reference

Detection infer result. More...

#include <vart_inferresult_types.hpp>

Inheritance diagram for vart::DetectionResData:
Collaboration diagram for vart::DetectionResData:

Public Attributes

int32_t x
 
int32_t y
 
uint32_t width
 
uint32_t height
 
std::string label
 
double confidence
 
std::string obj_track_label
 
int class_id
 
- Public Attributes inherited from vart::InferResultData
InferResultType result_type
 

Detailed Description

Detection infer result.

Member Data Documentation

◆ class_id

vart::DetectionResData::class_id

Classification index

◆ confidence

vart::DetectionResData::confidence

Probability score of the infer result

◆ height

vart::DetectionResData::height

Height of the bounding box

◆ label

vart::DetectionResData::label

Label string for the detected object

◆ obj_track_label

vart::DetectionResData::obj_track_label

Label of the tracked object

◆ width

vart::DetectionResData::width

Width of the bounding box

◆ x

vart::DetectionResData::x

X co-ordinate of top left corner of the bounding box

◆ y

vart::DetectionResData::y

Y co-ordinate of top left corner of the bounding box


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