Jupyter如何将numpy数据以图像形式展现?

2019-01-18 20:38:57 浏览数 (1)

示例如下:

代码语言:txt复制
%matplotlib inline
import matplotlib
import matplotlib.ptplot as plt

img = np.random.random((128,128,3))
plt.imshow(img, aspect='auto')
plt.show()

注意通道数需要在最后一个维度。

<b style="color:tomato;"></b>

<footer style="color:white;;background-color:rgb(24,24,24);padding:10px;border-radius:10px;"><br>

<h3 style="text-align:center;color:tomato;font-size:16px;" id="autoid-2-0-0"><br>

<b>MARSGGBO</b><b style="color:white;"><span style="font-size:25px;">♥</span>原创</b>

<b style="color:white;">

2019-1-18<p></p>

</b><p><b style="color:white;"></b>

</p></h3><br>

</footer>

0 人点赞