mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Merge pull request #528 from chintak/doc_morphology
Documentation for basic Morphology functions
This commit is contained in:
@@ -116,6 +116,19 @@ def page():
|
||||
return load("page.png")
|
||||
|
||||
|
||||
def horse():
|
||||
"""Black and white silhouette of a horse.
|
||||
|
||||
This image was downloaded from
|
||||
`openclipart <http://openclipart.org/detail/158377/horse-by-marauder>`
|
||||
|
||||
Released into public domain and drawn and uploaded by Andreas Preuss
|
||||
(marauder).
|
||||
|
||||
"""
|
||||
return load("horse.png")
|
||||
|
||||
|
||||
def clock():
|
||||
"""Motion blurred clock.
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user