Contribute Media
A thank you to everyone who makes this possible: Read More

Scikit-image

Description

Tutorial materials can be found on https://github.com/emmanuelle/scikit-image-euroscipy2017: you can download a zip on https://github.com/emmanuelle/scikit-image-euroscipy2017/archive/master.zip.

If you installed Anaconda or Canopy, you already have scikit-image installed.
Otherwise, see http://scikit-image.org/docs/stable/install.html for installation instructions.

scikit-image version 0.12 or 0.13 is preferable.

Test code

>>> from skimage import io, data
>>> camera = data.camera()
>>> io.imshow(camera)

Details

Improve this page