ENH: Add contrast stretching to histogram equalization example.

This commit is contained in:
Stefan van der Walt
2012-02-02 21:18:31 -08:00
parent f5037203f2
commit 782fbabff3
3 changed files with 65 additions and 45 deletions
+9
View File
@@ -73,3 +73,12 @@ def coins():
"""
return load("coins.png")
def moon():
"""Surface of the moon.
This low-contrast image of the surface of the moon is useful for
illustrating histogram equalization and contrast stretching.
"""
return load("moon.png")