Merge pull request #182 from tonysyu/threshold-example

DOC: Add example for adaptive thresholding.
This commit is contained in:
Stefan van der Walt
2012-05-03 15:30:25 -07:00
4 changed files with 57 additions and 0 deletions
+9
View File
@@ -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