Module: data
Standard test images.
For more images, see
skimage.data.astronaut() | Colour image of the astronaut Eileen Collins. |
skimage.data.binary_blobs([length, ...]) | Generate synthetic binary image with several rounded blob-like objects. |
skimage.data.camera() | Gray-level “camera” image. |
skimage.data.checkerboard() | Checkerboard image. |
skimage.data.chelsea() | Chelsea the cat. |
skimage.data.clock() | Motion blurred clock. |
skimage.data.coffee() | Coffee cup. |
skimage.data.coins() | Greek coins from Pompeii. |
skimage.data.horse() | Black and white silhouette of a horse. |
skimage.data.hubble_deep_field() | Hubble eXtreme Deep Field. |
skimage.data.immunohistochemistry() | Immunohistochemical (IHC) staining with hematoxylin counterstaining. |
skimage.data.imread(fname[, as_grey, ...]) | Load an image from file. |
skimage.data.lena(*args, **kwargs) |
Deprecated function. Use skimage.data.astronaut instead. |
skimage.data.load(f) | Load an image file located in the data directory. |
skimage.data.moon() | Surface of the moon. |
skimage.data.page() | Scanned page. |
skimage.data.rocket() | Launch photo of DSCOVR on Falcon 9 by SpaceX. |
skimage.data.text() | Gray-level “text” image used for corner detection. |
skimage.data.use_plugin(name[, kind]) | Set the default plugin for a specified operation. |
skimage.data.deprecated([alt_func, behavior]) | Decorator to mark deprecated functions with warning. |
Please login to continue.