We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a5c66 commit 3e4f98bCopy full SHA for 3e4f98b
wrappers/opencv/cvdemo.cpp
@@ -1,5 +1,4 @@
1
-#include <opencv/cv.h>
2
-#include <opencv/highgui.h>
+#include <opencv2/highgui/highgui_c.h>
3
#include <stdio.h>
4
#include "libfreenect_cv.h"
5
wrappers/opencv/libfreenect_cv.h
@@ -1,6 +1,6 @@
#pragma once
+#include <opencv2/core/core_c.h>
#ifdef __cplusplus
6
extern "C" {
0 commit comments