My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 3 attachment: opcncv_dir_patch.patch (620 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Index: common.h
===================================================================
--- common.h (revision 31)
+++ common.h (working copy)
@@ -9,7 +9,7 @@

#include <GL/glut.h> // glut

-#include <cv.h> // OpenCV
+#include <opencv/cv.h> // OpenCV

using namespace xn;

Index: util.cpp
===================================================================
--- util.cpp (revision 31)
+++ util.cpp (working copy)
@@ -1,6 +1,6 @@
#include "util.h"
#include "config.h"
-#include <highgui.h>
+#include <opencv/highgui.h>

std::string getResourceFile(const char* category, const char* name)
{
Powered by Google Project Hosting