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;