在Windows中安装opencv 2.4.9 for python时丢失模块

时间:2014-09-26 11:39:54

标签: python windows opencv installation

我尝试从源代码安装opencv。我使用Visual Studio 2010,python 2.7.8并制作像here这样的步骤。

问题是当导入cv2时我收到错误:

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import cv2
ImportError: DLL load failed: The specified module could not be found.

C:\Python27\Lib\site-packages中有以下cv文件:

cv2.pyd
cv.py
cv.pyc

我也有Python 3.4.1但CMake没有看到,所以我认为这不是原因。

但是CMake在PYTHON小组中只有两行:

PYTHON_NUMPY_INCLUDE_DIR         C:/Python27/lib/site-packages/numpy/core/include
PYTHON_PACKAGES_PATH             C:/Python27/Lib/site-packages

1 个答案:

答案 0 :(得分:0)

这是我使用MinGW for C ++构建的OpenCV for Windows安装包含的内容。

enter image description here

它实际上并不是一个安装 - 只要您指定CMake路径,该文件夹就可以压缩并放在任何计算机上。