Fourth commit
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user