运行Opencv示例代码时出错

时间:2012-08-04 08:39:12

标签: c++ visual-studio-2010 opencv

我在新笔记本电脑上使用OpenCV,但是有一些错误。我按照doc目录中OpenCV教程中提到的所有步骤进行操作。但示例代码不起作用。这是错误:

">c:\users\ankit\documents\visual studio 2010\projects\test\test\test.cpp(7):
 fatal error C1083: Cannot open include file: 'opencv2/imgproc/imgproc.hpp':
 No such file or directory
1>
1>Build FAILED."

我正在使用Win7 64位机器。我已经在Property Page中包含了其他目录和库。它仍然给了我这个错误。救命。

1 个答案:

答案 0 :(得分:1)

您显然输入了错误的include目录。导航到包含的目录,并确保它包含文件opencv2/imgproc/imgproc.hpp

<强>更新 Here's error doc。查看所有原因。

更新#2:

About your new issue.