Loading

python安装OpenCV

python中安装opencv

1.安装opencv-python

pip install opencv-python

 

2.安装opencv-contrib-python

pip install opencv-contrib-python

 

测试是否安装成功

import cv2

 

posted @ 2022-05-20 09:47  _yhwu  阅读(116)  评论(0编辑  收藏  举报