python數字圖像處理(5):圖像的繪製

實際上前面咱們就已經用到了圖像的繪製,如:html io.imshow(img)  python 這一行代碼的實質是利用matplotlib包對圖片進行繪製,繪製成功後,返回一個matplotlib類型的數據。所以,咱們也能夠這樣寫:spring import matplotlib.pyplot as plt plt.imshow(img) imshow()函數格式爲:api matplotlib
相關文章
相關標籤/搜索