mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-20 12:50:52 +08:00
ENH: Add motion blurred clock image.
This commit is contained in:
@@ -114,3 +114,16 @@ def page():
|
||||
|
||||
"""
|
||||
return load("page.png")
|
||||
|
||||
|
||||
def clock():
|
||||
"""Motion blurred clock.
|
||||
|
||||
This photograph of a wall clock was taken while moving the camera in an
|
||||
aproximately horizontal direction. It may be used to illustrate
|
||||
inverse filters and deconvolution.
|
||||
|
||||
Released into the public domain by the photographer (Stefan van der Walt).
|
||||
|
||||
"""
|
||||
return load("clock_motion.png")
|
||||
|
||||
Reference in New Issue
Block a user