From fe1f84a5771290fa36f35478d13e117c58068b63 Mon Sep 17 00:00:00 2001 From: Scheaven <xuepengqiang> Date: 星期四, 03 六月 2021 16:10:26 +0800 Subject: [PATCH] cv --- main.cpp | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/main.cpp b/main.cpp index 2127ec4..9888738 100644 --- a/main.cpp +++ b/main.cpp @@ -5,14 +5,8 @@ #include "std_target.h" #include "time.h" - -#ifdef OPENCV #include <opencv2/opencv.hpp> // C++ -#pragma comment(lib, "opencv_core249.lib") -#pragma comment(lib, "opencv_imgproc249.lib") -#pragma comment(lib, "opencv_highgui249.lib") -#endif // OPENCV using namespace std; using namespace cv; void* handle; -- Gitblit v1.8.0