标签:图像 pre class style imp nbsp sha div color
import numpy as np image=np.zeros((300,300,3),dtype=‘uint8‘) (cx,cy)=image.shape[1]//2,image.shape[0]//2#其中的cx和cy就是我们图像中点的坐标
标签:图像 pre class style imp nbsp sha div color
原文地址:https://www.cnblogs.com/geeksongs/p/11089261.html