如果系统已经安装了Python和pip,可以直接使用pip来安装OpenCV: pip install opencv-python 复制代码 从源码编译安装 如果需要安装特定版本的OpenCV,或者想要从源码进行编译,可以按照以下步骤操作: 克隆OpenCV和OpenCV_contrib仓库: git clone https://github.com/opencv/opencv.git git clone https://github.com/opencv...