mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-04 13:14:23 +08:00
Merge pull request #182 from tonysyu/threshold-example
DOC: Add example for adaptive thresholding.
This commit is contained in:
@@ -96,3 +96,12 @@ def moon():
|
||||
|
||||
"""
|
||||
return load("moon.png")
|
||||
|
||||
def page():
|
||||
"""Scanned page.
|
||||
|
||||
This image of printed text is useful for demonstrations requiring uneven
|
||||
background illumination.
|
||||
|
||||
"""
|
||||
return load("page.png")
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user