Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
box_label Struct Reference

#include "darknet_internal.hpp"

Collaboration diagram for box_label:

Public Attributes

float bottom
 
float h
 
int id
 
float left
 
float right
 
float top
 
int track_id
 
float w
 
float x
 
float y
 

Member Data Documentation

◆ bottom

float box_label::bottom

◆ h

float box_label::h

◆ id

int box_label::id

◆ left

float box_label::left

◆ right

float box_label::right

◆ top

float box_label::top

◆ track_id

int box_label::track_id

◆ w

float box_label::w

◆ x

float box_label::x

◆ y

float box_label::y

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