Classes | Functions
box.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  box
struct  dbox

Functions

float box_iou (box a, box b)
float box_rmse (box a, box b)
box decode_box (box b, box anchor)
dbox diou (box a, box b)
void do_nms (box *boxes, float **probs, int total, int classes, float thresh)
void do_nms_sort (box *boxes, float **probs, int total, int classes, float thresh)
box encode_box (box b, box anchor)
box float_to_box (float *f)

Function Documentation

float box_iou ( box  a,
box  b 
)

Definition at line 94 of file box.c.

float box_rmse ( box  a,
box  b 
)

Definition at line 99 of file box.c.

box decode_box ( box  b,
box  anchor 
)

Definition at line 309 of file box.c.

dbox diou ( box  a,
box  b 
)

Definition at line 210 of file box.c.

void do_nms ( box boxes,
float **  probs,
int  total,
int  classes,
float  thresh 
)

Definition at line 279 of file box.c.

void do_nms_sort ( box boxes,
float **  probs,
int  total,
int  classes,
float  thresh 
)

Definition at line 249 of file box.c.

box encode_box ( box  b,
box  anchor 
)

Definition at line 299 of file box.c.

box float_to_box ( float *  f)

Definition at line 6 of file box.c.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31