mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-11 12:43:04 +08:00
ENH: Add contrast stretching to histogram equalization example.
This commit is contained in:
@@ -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")
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user