Completely separate C and C++ API of OpenCV core
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
#ifndef __OPENCV_HIGHGUI_HPP__
|
||||
#define __OPENCV_HIGHGUI_HPP__
|
||||
|
||||
#include "opencv2/core.hpp"
|
||||
#include "opencv2/highgui/highgui_c.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "opencv2/core.hpp"
|
||||
|
||||
struct CvCapture;
|
||||
struct CvVideoWriter;
|
||||
|
Reference in New Issue
Block a user