Darknet/YOLO v3.0-97-g3520881-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
bbox_t Struct Reference

#include "yolo_v2_class.hpp"

Collaboration diagram for bbox_t:

Public Attributes

unsigned int frames_counter
 
unsigned int h
 
unsigned int obj_id
 
float prob
 
unsigned int track_id
 
unsigned int w
 
unsigned int x
 
float x_3d
 
unsigned int y
 
float y_3d
 
float z_3d
 

Member Data Documentation

◆ frames_counter

unsigned int bbox_t::frames_counter

◆ h

unsigned int bbox_t::h

◆ obj_id

unsigned int bbox_t::obj_id

◆ prob

float bbox_t::prob

◆ track_id

unsigned int bbox_t::track_id

◆ w

unsigned int bbox_t::w

◆ x

unsigned int bbox_t::x

◆ x_3d

float bbox_t::x_3d

◆ y

unsigned int bbox_t::y

◆ y_3d

float bbox_t::y_3d

◆ z_3d

float bbox_t::z_3d

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