Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尽管我已经在 Visual Studio 2008 上很好地配置了带有 gpu 支持的 opencv 2.3,但我仍然收到上述错误。
任何人都可以建议我在哪里做错了。
我只是想创建简单的应用程序
您是否通过
#include <...>
或者
#include "..."
尝试使用后者并插入 opencv.h 文件的完整路径以检查您的安装。如果你想使用上面的方式,你需要将你安装opencv的路径引入到你的编译器中……详见Vistual Studio Project properties。
最好的问候,狐步舞