标签:形式 img tps tom 展现 order style mat atp
示例如下:
%matplotlib inline
import matplotlib
import matplotlib.ptplot as plt
img = np.random.random((128,128,3))
plt.imshow(img, aspect='auto')
plt.show()
注意通道数需要在最后一个维度。
标签:形式 img tps tom 展现 order style mat atp
原文地址:https://www.cnblogs.com/marsggbo/p/10289616.html