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.19.2 2022-02-17
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.
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.