Darknet/YOLO v3.0-88-gdee7eef
Object Detection Framework
 
Loading...
Searching...
No Matches
detection_t Struct Reference
Inheritance diagram for detection_t:
Collaboration diagram for detection_t:

Public Member Functions

 detection_t (detection det)
 
 detection_t (detection_t const &det)
 
 ~detection_t ()
 

Public Attributes

box bbox
 bounding boxes are normalized (between 0.0f and 1.0f)
 
int best_class_idx
 
int classes
 
int det_count
 
int embedding_size
 
float * embeddings
 embeddings for tracking
 
float * mask
 
float objectness
 
int points
 bit-0 - center, bit-1 - top-left-corner, bit-2 - bottom-right-corner
 
float * prob
 
float sim
 
int sort_class
 
int track_id
 
float * uc
 Gaussian_YOLOv3 - tx,ty,tw,th uncertainty.
 

Constructor & Destructor Documentation

◆ detection_t() [1/2]

detection_t::detection_t ( detection  det)
inline
Here is the call graph for this function:

◆ detection_t() [2/2]

detection_t::detection_t ( detection_t const &  det)
inline
Here is the call graph for this function:

◆ ~detection_t()

detection_t::~detection_t ( )
inline

Member Data Documentation

◆ bbox

box detection::bbox
inherited

bounding boxes are normalized (between 0.0f and 1.0f)

◆ best_class_idx

int detection::best_class_idx
inherited

◆ classes

int detection::classes
inherited

◆ det_count

int detection_t::det_count

◆ embedding_size

int detection::embedding_size
inherited

◆ embeddings

float* detection::embeddings
inherited

embeddings for tracking

◆ mask

float* detection::mask
inherited

◆ objectness

float detection::objectness
inherited

◆ points

int detection::points
inherited

bit-0 - center, bit-1 - top-left-corner, bit-2 - bottom-right-corner

◆ prob

float* detection::prob
inherited

◆ sim

float detection::sim
inherited

◆ sort_class

int detection::sort_class
inherited

◆ track_id

int detection::track_id
inherited

◆ uc

float* detection::uc
inherited

Gaussian_YOLOv3 - tx,ty,tw,th uncertainty.


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