skimage 0.17.2

NotesParametersRaises
download_all(directory=None)

Scikit-image datasets are no longer shipped with the library by default. This allows us to use higher quality datasets, while keeping the library download size small.

This function requires the installation of an optional dependency, pooch, to download the full dataset. Follow installation instruction found at

https://scikit-image.org/docs/stable/install.html

Call this function to download all sample images making them available offline on your machine.

Notes

scikit-image will only search for images stored in the default directory. Only specify the directory if you wish to download the images to your own folder for a particular reason. You can access the location of the default data directory by inspecting the variable :None:None:`skimage.data.data_dir`.

Parameters

directory: path-like, optional :

The directory where the dataset should be stored.

Raises

ModuleNotFoundError:

If pooch is not install, this error will be raised.

Download all datasets for use with scikit-image offline.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /skimage/data/__init__.py#254
type: <class 'function'>
Commit: