corrected plot title

This commit is contained in:
Leon Tietz
2012-07-20 17:19:12 -05:00
parent 736b92a5ff
commit 3b7ab0dd9e
+1 -1
View File
@@ -109,7 +109,7 @@ plt.title('Input image')
plt.subplot(132)
plt.imshow(edges, cmap=plt.cm.gray)
plt.title('Sobel edges')
plt.title('Canny edges')
plt.subplot(133)
plt.imshow(edges * 0)