diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index ac55557f..07d2688d 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -12,6 +12,20 @@ from ..io import imread from skimage import data_dir +__all__ = ['load', + 'camera', + 'lena', + 'text', + 'checkerboard', + 'coins', + 'moon', + 'page', + 'horse', + 'clock', + 'immunohistochemistry', + 'chelsea'] + + def load(f): """Load an image file located in the data directory.