打开VS Code后在命令行终端进行操作,本文中假设Python的安装路径为D:\Python3.10。 D:\Python3.10\python.exe -m pip install --upgrade pip 1. (2)安装numpy: Numpy库支持数组、矩阵等运算,也是OpenCV所需要的模块之一。 pip install numpy 1. (3)安装matplotlib: Matplotlib库在显示图像,绘制图表方面很方便,...