Home
About
Applist
Python3安装OpenCV库
发布于 2021-02-08
先安装 numpy:
pip
install
numpy
再安装 OpenCV 的库:
pip
install
opencv-python