错误:无法打开源文件x11 \ xlib.h

时间:2014-04-22 04:20:00

标签: c++ visual-studio opencv gesture

我使用的是openCV 2.4.8和visual studio Express 2012.我包含了所有环境变量PATH和附加库等。手势识别我使用here的示例代码。 当我运行代码时,我收到此错误:

ERROR: cannot open source file x11\xlib.h

。我在谷歌试过,但我无法找到合适的解决方案。

#include <X11/Xlib.h>
#include <X11/Xutil.h>

1 个答案:

答案 0 :(得分:0)

你不能在Windows上使用该代码。

虽然opencv本身非常便携,但代码显然不是。

(而不是使用cv :: imshow()等,jujojujo2003使用本机Xwindow调用来盗版光标。)