plt.figure(figsize=(64,64)) 每次都有创建新的,否则会覆盖

plt.subplot(121)

plt.imshow(img,'gray')

plt.title('original')

 

相关文章: