From 306c886ad6687e7c987cfe1f5e0c5ac055b7134d Mon Sep 17 00:00:00 2001 From: spotter Date: Tue, 26 Feb 2013 17:26:12 +0100 Subject: [PATCH] ENH: Added an Immunohistochemical image example --- skimage/data/__init__.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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")