You can display multiple images with plt.show.
plt.show
When displaying a grayscale image 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