darknet/src/demo.h

8 lines
206 B
C
Raw Normal View History

2016-06-23 07:46:32 +03:00
#ifndef DEMO
#define DEMO
#include "image.h"
void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix);
2016-06-23 07:46:32 +03:00
#endif