安装和引用opencv以及PIL

opencv

pip install opencv-python
import cv2

PIL

pip install pillow
import PIL

你可能感兴趣的:(笔记,各种报错,opencv)