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.
我将 OpenCV 2.3.1 与 CUDA 4.0 一起使用。
我已经通过 CMAKE 安装了带有 WITH_CUDA 标志的 OpenCV 2.3.1。然后我在发布和调试模式下编译了 OpenCV 解决方案,但是当我使用它的getCudaEnabledDevice功能时CV::GPU仍然返回 0。这意味着它没有检测到启用 CUDA 的设备。
getCudaEnabledDevice
CV::GPU
看来我已经做对了,仍然发生了什么?
任何人都可以建议现在哪里可能出现问题吗?
提前致谢。
我有同样的问题。我通过使用.exe将opencv_core243d.dll从E:\opencv\build\gpu\x64\vc10\lib文件夹复制到工作目录来修复它。 不知道为什么这很重要,但确实如此。
E:\opencv\build\gpu\x64\vc10\lib
使用 cuda 5.0 VS2010 express win 7 x64