微信扫一扫
在安装opevncv时会出现ImportError: No module named cv2 的错误,找不到cv2的包。 这时候安装扩展包即可:
pip install opencv-python
相关推荐