Skip to content

Commit d671c23

Browse files
authored
Update blog07-image06.py
1 parent af21dc3 commit d671c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog07-threshold/blog07-image06.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#显示结果
1919
titles = ['Gray Image','BINARY','BINARY_INV','TRUNC','TOZERO','TOZERO_INV']
2020
images = [GrayImage, thresh1, thresh2, thresh3, thresh4, thresh5]
21-
for i in xrange(6):
21+
for i in range(6):
2222
plt.subplot(2,3,i+1),plt.imshow(images[i],'gray')
2323
plt.title(titles[i])
2424
plt.xticks([]),plt.yticks([])

0 commit comments

Comments
 (0)