scikit-image is a collection of algorithms for image processing. It is available free of charge and free of restriction. We pride ourselves on high-quality, peer-reviewed code, written by an active community of volunteers.
DownloadRelease! Version 0.20.0 2023-02-28
Release! Version 0.19.3 2022-06-12
CZI announces second round of funding for scikit-image 2020-03-27
Filtering an image with scikit-image
is easy! For more examples, please
visit our gallery.
from skimage import data, io, filters
image = data.coins()
# ... or any other NumPy array!
edges = filters.sobel(image)
io.imshow(edges)
io.show()
You can read more in our user guide. For an introduction to image processing using scikit-image, see this lesson by Data Carpentry.
Along with a large community of contributors, scikit-image development is guided by the following core team:
We thank these previously-active core developers for their contributions to scikit-image.