可以个github官网release 下载编译好的c++库,
https://github.com/opencv/opencv
依赖项列表:
import os
path=r"D:\cam_sds\lib"
files=os.listdir(path)
for file in files:
if file.endswith(".lib") and not file.endswith("d.lib"):
print(file)
Opencv下载各个版本Release
https://opencv.org/releases.html
已编译opencv3.30 debug版,32位,可以正常在vs2015的32位机器上使用:
链接:http://pan.baidu.com/s/1nvsXoNZ 密码:dfp3
3.2
https://download.youkuaiyun.com/download/maobush/10440313
opencv3.4.0 vs2017编译的x86版本,可以直接用
https://download.youkuaiyun.com/download/qq_20936739/11127749
python版的:
下载地址: