darknet  v3
Classes | Functions
box.h File Reference
#include "darknet.h"
Include dependency graph for box.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dbox
 

Functions

float box_rmse (box a, box b)
 
dbox diou (box a, box b)
 
box decode_box (box b, box anchor)
 
box encode_box (box b, box anchor)
 

Function Documentation

◆ box_rmse()

float box_rmse ( box  a,
box  b 
)

Definition at line 184 of file box.c.

◆ decode_box()

box decode_box ( box  b,
box  anchor 
)

Definition at line 349 of file box.c.

◆ diou()

dbox diou ( box  a,
box  b 
)

Definition at line 295 of file box.c.

◆ encode_box()

box encode_box ( box  b,
box  anchor 
)

Definition at line 339 of file box.c.