mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-11 12:43:04 +08:00
ENH: Add chelsea to dataset.
This commit is contained in:
@@ -143,3 +143,17 @@ def immunohistochemistry():
|
||||
|
||||
"""
|
||||
return load("ihc.jpg")
|
||||
|
||||
|
||||
def chelsea():
|
||||
"""Chelsea the cat.
|
||||
|
||||
An example with texture, prominent edges in horizontal and diagonal
|
||||
directions, as well as features of differing scales.
|
||||
|
||||
Notes
|
||||
-----
|
||||
No copyright restrictions. CC0 by the photographer (Stefan van der Walt).
|
||||
|
||||
"""
|
||||
return load("chelsea.jpg")
|
||||
|
||||
Reference in New Issue
Block a user