Moved all OpenCV functions to the image_opencv.cpp/h

This commit is contained in:
AlexeyAB
2019-04-04 22:57:05 +03:00
parent 6231b748c4
commit f19d1440cb
38 changed files with 1462 additions and 1156 deletions

View File

@ -3,9 +3,6 @@
#include "utils.h"
#include "parser.h"
#ifdef OPENCV
#include <opencv2/highgui/highgui_c.h>
#endif
void train_super(char *cfgfile, char *weightfile)
{