mirror of https://github.com/AlexeyAB/darknet.git
yolo_console_dll.cpp OpenCV 3.3.0
This commit is contained in:
parent
84d6533cb8
commit
996227049d
|
@ -19,7 +19,7 @@
|
|||
#include "opencv2/core/version.hpp"
|
||||
#ifndef CV_VERSION_EPOCH
|
||||
#include "opencv2/videoio/videoio.hpp"
|
||||
#pragma comment(lib, "opencv_world320.lib")
|
||||
#pragma comment(lib, "opencv_world330.lib")
|
||||
#else
|
||||
#pragma comment(lib, "opencv_core2413.lib")
|
||||
#pragma comment(lib, "opencv_imgproc2413.lib")
|
||||
|
|
Loading…
Reference in New Issue