Go to the documentation of this file.00001 #ifndef DEMO
00002 #define DEMO
00003
00004 #include "image.h"
00005 void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix);
00006
00007 #endif