load
-
skimage.data.load(f)[source] -
Load an image file located in the data directory.
Parameters: f : string
File name.
Returns: img : ndarray
Image loaded from
skimage.data_dir.
load
skimage.data.load(f) [source]
Load an image file located in the data directory.
| Parameters: |
f : string File name. |
|---|---|
| Returns: |
img : ndarray Image loaded from |
Please login to continue.