Fourth commit

This commit is contained in:
lan daiqing
2022-07-27 20:41:38 +08:00
parent 079dd34037
commit 3d78b6edb3
11 changed files with 623 additions and 105 deletions

View File

@@ -50,9 +50,10 @@ class pictureRead(object):
# 图片plt展示
def plt_image(self):
plt.subplot(121)
# 原图片显示
plt.imshow(self.imageMatrix())
plt.show()
plt.subplot(122)
# 灰色图片显示
plt.imshow(self.imageGrey())
plt.show()