个人笔记 长期更新 #### 创建一个图片 import cv2 # Not actually necessary if you just want to create an image. import matplotlib.pyplot as plt #jupyter notebook 用cv2 show img有问题 import numpy as np height=300 width=300 blank_image = np.zeros((height,width,3), np.uint…