From 0126e953b3f293b111179e4777103c64f778870c Mon Sep 17 00:00:00 2001
From: Scheaven <xuepengqiang>
Date: 星期四, 17 六月 2021 09:57:28 +0800
Subject: [PATCH] bug

---
 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