diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index d2fba7db..fbd54bd6 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -127,3 +127,21 @@ def clock(): """ return load("clock_motion.png") + + +def ihc(): + """Immunohistochemical staining with Haematoxylin-Eosin counterstaining. + + This picture is an example of immunohistochemical staining with + Haematoxylin-Eosin counterstaining. + + Notes + ----- + This image was downloaded from the + `Laboratory of Image Synthesis and Analysis (LISA) of the ULB + `__. + + No known copyright restrictions. + + """ + return load("http://lisa.ulb.ac.be/images/Rp042826d.jpg")