1、安装
# 原始源 pip install opencv-contrib-python # 国内源(推荐) pip install opencv-contrib-python -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
2、测试opencv是否安装成功
import cv2 print(cv2.__version__)
posted on 2023-03-11 20:19 LR233 阅读(93) 评论(0) 编辑 收藏 举报