move as many defs as possible away from darknet.h

This commit is contained in:
Stefano Sinigardi
2019-02-18 11:32:04 +01:00
parent 4ae778defc
commit 6e7c7976d7
55 changed files with 109 additions and 164 deletions

View File

@ -3,6 +3,8 @@
#include "darknet.h"
#define C_SHARP_MAX_OBJECTS 1000
struct bbox_t {
unsigned int x, y, w, h; // (x,y) - top-left corner, (w, h) - width & height of bounded box
float prob; // confidence - probability that the object was found correctly