mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 13:23:02 +04:00
Completely separate C and C++ API of OpenCV core
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#include <opencv2/core/core.hpp>
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <opencv2/core/utility.hpp>"
|
||||
#include <opencv2/core/utility.hpp>
|
||||
|
||||
using namespace cv; // The new C++ interface API is inside this namespace. Import it.
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user