Sie können mehrere Bilder mit plt.show anzeigen.
plt.show
Bei der Anzeige eines Graustufenbildes plt.imshow(thresh, 'gray', vmin = 0, vmax = 255) http://hikuichi.hatenablog.com/entry/2015/12/26/225623
plt.imshow(thresh, 'gray', vmin = 0, vmax = 255)
Recommended Posts