OpenCV Windows Binaries

An index repository of prebuilt Windows binaries of OpenCV (Files stored at Google Drive and Cow Transfer).

一个预编译的Windows下的OpenCV索引仓库(文件主体在谷歌云盘和奶牛快传)。

OpenCV CUDA cuDNN VC MKL TBB Python Library Type World Google Drive 奶牛快传 Size
4.4.0 11.0 8.0.2 2019 2020.2.254 2020.2.216 3.8.3 Static Yes ⬇️ ⬇️ 61.95MB
Dynamic ⬇️ ⬇️ 2.45MB
- Static No ⬇️ ⬇️ 128.08MB
Yes ⬇️ ⬇️ 129.01MB
Dynamic No ⬇️ ⬇️ 67.70MB
Yes ⬇️ ⬇️ 66.14MB

Usage

  1. Extract files to Python Install Path\Lib\site-packages\cv2.

    解压文件到Python安装目录\Lib\site-packages\cv2下。

  2. You MUST install TBB and may need put tbb.dll in your system Path. For Python, if PATH not works, put it in the same directory as cv2.x.pyd.

    必须安装TBB,可能也需要把tbb.dll放在系统环境变量的路径(Path)下。Python的环境变量如果查找不到它,请放到和cv2.x.pyd同目录下。

  3. MKL is neccessary for dynamic libraries or Python packages. You may also need put MKL related dynamic libraries like mkl_tbb_thread.dll in your system Path. For Python, if PATH not works, put them in the same directory as cv2.x.pyd.

    动态库或Python包必须安装MKL。可能也需要把诸如mkl_tbb_thread.dll等MKL相关的动态库放到系统环境变量的路径(Path)下。Python的环境变量如果查找不到它,请放到和cv2.x.pyd同目录下。