mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Moved all OpenCV functions to the image_opencv.cpp/h
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user