diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index 39391d05..9d1f691b 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -42,7 +42,15 @@ def checkerboard(): return load("chessboard_RGB.png") def coins(): - """Coins image. + """Greek coins from Pompeii. + + Notes + ----- + This image was downloaded from the + `Brooklyn Museum Collection + `__. + + No known copyright restrictions. """ return load("coins.jpg")