Merge pull request #166 from 'vincent-albufera/exemple_modif'

DOC: Improve harris corners and peak detection examples and docstrings.
This commit is contained in:
Tony S Yu
2012-04-25 00:52:53 -04:00
6 changed files with 136 additions and 9 deletions
+14
View File
@@ -44,6 +44,20 @@ def lena():
"""
return load("lena.png")
def text():
""" Gray-level "text" image used for corner detection.
Notes
-----
This image was downloaded from Wikipedia
<http://en.wikipedia.org/wiki/File:Corner.png>`__.
No known copyright restrictions, released into the public domain.
"""
return load("text.png")
def checkerboard():
"""Checkerboard image.
Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB