open source image processing library for the Python programming language
scikit-image (formerly scikits.image) is an open-source image processing library for the Python programming language. It includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more. … Wikipedia
Factsheet
scikit-image
Original author Stéfan van der Walt
Release August 2009; 16 years ago (2009-08)
scikit-image
Original author Stéfan van der Walt
Release August 2009; 16 years ago (2009-08)
🌐
scikit-image
scikit-image.org
scikit-image: Image processing in Python — scikit-image
import skimage as ski image = ski.data.coins() # ... or any other NumPy array!
🌐
PyPI
pypi.org › project › scikit-image
scikit-image · PyPI
Developer forum: https://discuss.scientific-python.org/c/contributor/skimage · Source: https://github.com/scikit-image/scikit-image · pip: pip install scikit-image · conda: conda install -c conda-forge scikit-image · Also see installing scikit-image. See LICENSE.txt.
      » pip install scikit-image
    
Published   Dec 20, 2025
Version   0.26.0
Discussions

Install skimage.metrics?
I’m using anaconda (python 3.7) and skimage does not have skimage.metrics as a submodule I know this is stupid but how do install this submodule I’ve tried reinstalling skiimagu via bash but it doesn’t;t include the submodule I want (.metrics) More on forum.image.sc
🌐 forum.image.sc
9
0
January 17, 2020
python - Skimage: how to show image - Stack Overflow
I am novice at skimage and I try to show the image in my ipython notebook:\ More on stackoverflow.com
🌐 stackoverflow.com
Resizing PNG image that has a transparent background
You need to scale the image, not resize it. More on reddit.com
🌐 r/learnpython
10
2
March 28, 2024
What is the faster algorithm to calculate the local entropy of an image and which one does scikit-image entropy filter use?
It could be using SIMD/GPU operations to parallelize computations. It sounds like the algorithm involves a convolution, which is parallelizable. I imagine your C implementation isn't parallelized More on reddit.com
🌐 r/computerscience
1
2
February 13, 2024
🌐
GitHub
github.com › scikit-image › scikit-image
GitHub - scikit-image/scikit-image: Image processing in Python · GitHub
Image processing in Python. Contribute to scikit-image/scikit-image development by creating an account on GitHub.
Author   scikit-image
🌐
Wikipedia
en.wikipedia.org › wiki › Scikit-image
scikit-image - Wikipedia
May 13, 2024 - scikit-image (formerly scikits.image) is an open-source image processing library for the Python programming language. It includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more.
🌐
GitHub
github.com › scikit-image › scikit-image › releases
Releases · scikit-image/scikit-image
December 20, 2025 - In skimage.morphology, deprecate binary_erosion, binary_dilation, binary_opening, and binary_closing in favor of erosion, dilation, opening, and closing respectively. The binary versions weren't actually significantly faster than their non-binary counterparts and sometimes significantly slower.
Author   scikit-image
Find elsewhere
🌐
GeeksforGeeks
geeksforgeeks.org › python › getting-started-scikit-image-image-processing-python
Image processing with Scikit-image in Python - GeeksforGeeks
January 19, 2023 - # Python3 program to process # images using scikit-image # importing data from skimage from skimage import data camera = data.camera() # An image with 512 rows # and 512 columns type(camera) print(camera.shape)
🌐
Exeter-data-analytics
exeter-data-analytics.github.io › python-data › skimage.html
Scikit-Image : Image Processing with Python · python-data
However, scipy tends to focus on only the most basic image processing algorithms. A younger module, Scikit-Image (skimage) contains some more recent and more complex image processing functionality.
🌐
Image.sc
forum.image.sc › usage & issues
Install skimage.metrics? - Usage & Issues - Image.sc Forum
January 17, 2020 - I’m using anaconda (python 3.7) and skimage does not have skimage.metrics as a submodule I know this is stupid but how do install this submodule I’ve tried reinstalling skiimagu via bash but it doesn’t;t include the su…
🌐
Kaggle
kaggle.com › code › bextuychiev › full-tutorial-on-image-processing-in-skimage
Full Tutorial on Image Processing in Skimage | Kaggle
February 20, 2023 - Explore and run AI code with Kaggle Notebooks | Using data from multiple data sources
🌐
Sumble
sumble.com › tech › skimage
What is skimage? Competitors, Complementary Techs & Usage | Sumble
June 2, 2026 - Scikit-image is an open-source Python library dedicated to image processing. It includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more.
🌐
Analytics Vidhya
analyticsvidhya.com › home › 9 powerful tips and tricks for working with image data using skimage in python
9 Powerful Tips and Tricks for Working with Image Data using skimage in Python
October 21, 2024 - The brightness of images can be changed using the adjust_gamma function in skimage, which uses a method called gamma correlation. For any given image, the pixel values are first normalized between 0 – 1 and then multiplied by a specified gamma value.
🌐
X
x.com › SubjectKpop › status › 2042012943618081258
Nayeon are in the OST line-up for the upcoming SBS ...
We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using x.com. You can see a list of supported browsers in our Help Center · By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use
🌐
X
x.com › Fenerbahce › status › 2043045405781320093
Fenerbahçe SK en X: "Golcüler. https://t.co/JthKT7C6Vt" / X
We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using x.com. You can see a list of supported browsers in our Help Center · Condiciones de Servicio Política de Privacidad Política de cookies Imprint Información ...
🌐
X
x.com › GalatasaraySK › status › 2042996391513915855
Galatasaray SK on X: "💛❤️ https://t.co/DqRyMWi2Ku" / X
We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using x.com. You can see a list of supported browsers in our Help Center · By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use
🌐
X
x.com › Djoko_UTD › status › 2042390351345041416
Guess Who's the World No.1 and a Multiple slam winner ??
We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using x.com. You can see a list of supported browsers in our Help Center · Guess Who's the World No.1 and a Multiple slam winner
🌐
scikit-learn
scikit-learn.org › stable › modules › generated › sklearn.metrics.confusion_matrix.html
confusion_matrix — scikit-learn 1.9.0 documentation
Gallery examples: Visualizations with Display Objects Evaluate the performance of a classifier with Confusion Matrix Post-tuning the decision threshold for cost-sensitive learning Release Highlight...
🌐
UnoGeeks
unogeeks.com › home › blog › ‘skimage’
‘skimage’
January 11, 2024 - skimage refers to the scikit-image library, which is a popular open-source Python library used for image processing tasks.