scikit-image
scikit-image.org
scikit-image: Image processing in Python — scikit-image
scikit-image Image processing in Python · Stable (release notes) x.y.z Download Development · pre-x.y.z Download · GitHub source & bug reports · Contribute get involved · Get Help advice & community · Discuss contributor talk · StackOverflow coding help ·
Documentation
Welcome! scikit-image is an image processing toolbox which builds on numpy, scipy.ndimage and other libraries to provide a versatile set of image processing routines in Python.
Gallery
A gallery of examples and that showcase how scikit-image can be used.
Installation
Using a package manager (apt, dnf, etc.) to install scikit-image or other Python packages is not your best option, since you’re likely to get an older version. It also becomes harder to install other Python packages not provided by the package manager. Some of our example images (in skimage.data) are hosted online and are not installed by default. These images are downloaded ...
skimage.transform
Whether to keep the original range of values. Otherwise, the input image is converted according to the conventions of img_as_float. Also see https://scikit-image.org/docs/dev/user_guide/data_types.html
open source image processing library for the Python programming language
Factsheet
scikit-image
Original author Stéfan van der Walt
Initial release August 2009; 16 years ago (2009-08)
scikit-image
Original author Stéfan van der Walt
Initial release August 2009; 16 years ago (2009-08)
PyPI
pypi.org › project › scikit-image
scikit-image · PyPI
Details for the file scikit_image-0.26.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl. Download URL: scikit_image-0.26.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
» pip install scikit-image
Published Dec 20, 2025
Version 0.26.0
Videos
How to Install Skimage in Pycharm | How to Install Scikit-Image ...
02:18
How to Install SKImage (Scikit-Image) in VSCode - YouTube
02:04
How to Install Scikit-Image for Python in VS Code | Image Processing ...
05:23
How to Install scikit-image (skimage) on Python Windows 10 | Image ...
How to Install Skimage in VSCode | How to Install Scikit-Image ...
03:18
How to Install SKImage in Visual Studio Code (Scikit-Image in VSCode) ...
GitHub
github.com › scikit-image › scikit-image
GitHub - scikit-image/scikit-image: Image processing in Python · GitHub
Starred by 6.5K users
Forked by 2.4K users
Languages Python 80.5% | Cython 12.5% | C 5.3%
SourceForge
sourceforge.net › projects › scikit-image.mirror
scikit-image download | SourceForge.net
February 18, 2025 - Download scikit-image for free. Image processing in Python. scikit-image is a collection of algorithms for image processing. It is available free of charge and free of restriction.
Anaconda.org
anaconda.org › anaconda › scikit-image
scikit-image - anaconda | Anaconda.org
$conda install anaconda::scikit-image ... (Last 6 months): 0 · scikit-image is a collection of algorithms for image processing. It is available free of charge and free of restriction....
scikit-image
scikit-image.org › docs › stable › user_guide › install.html
1. Installing scikit-image — skimage 0.26.0 documentation
python -c 'import skimage as ski; ski.data.download_all()' ... To suggest a change in these instructions, please open an issue on GitHub. ... First, fork the scikit-image repository on GitHub.
scikit-image
scikit-image.org › docs › 0.24.x › user_guide › install.html
1. Installing scikit-image — skimage 0.24.0 documentation
python -c 'import skimage as ski; ski.data.download_all()'
scikit-image
scikit-image.org › docs › stable
scikit-image’s documentation — skimage 0.26.0 documentation
December 20, 2025 - New to scikit-image? Start with our installation guide and scikit-image’s key concepts.
scikit-image
scikit-image.org › docs › stable › api › skimage.data.html
skimage.data — skimage 0.26.0 documentation
Call this function to download all sample images making them available offline on your machine. ... The directory where the dataset should be stored. ... If pooch is not install, this error will be raised. ... scikit-image will only search for images stored in the default directory.
Top answer 1 of 3
5
It's generally a bad idea to install libraries on your system-wide Python. Use a virtualenv for each project instead.
First install virtualenv globally on your Mac:
$ [sudo] pip install virtualenv
Then use virtualenv command to create a new (a copy) of Python executable:
$ cd your/prefred/folder
$ virtualenv your_project
Activate the virtualenv:
$ source your_project/bin/activate
Your virtualenv is created and activated (the prompt is changed to show the activation). You can install anything in it:
$ pip install -U scikit-image
2 of 3
2
pip install scikit-image
pip install --upgrade scikit-image
to call use skimage
scikit-image
scikit-image.org › docs › 0.20.x › install.html
Installing scikit-image — skimage v0.20.0 docs
python -c 'from skimage.data import download_all; download_all()'
scikit-image
scikit-image.org › docs › 0.25.x › user_guide › install.html
1. Installing scikit-image — skimage 0.25.2 documentation
python -c 'import skimage as ski; ski.data.download_all()' ... To suggest a change in these instructions, please open an issue on GitHub. ... First, fork the scikit-image repository on GitHub.
scikit-learn
scikit-learn.org › stable › install.html
Installing scikit-learn — scikit-learn 1.8.0 documentation
There are different ways to install scikit-learn: Install the latest official release. This is the best approach for most users. It will provide a stable version and pre-built packages are availabl...
Anaconda.org
anaconda.org › conda-forge › scikit-image
scikit-image - conda-forge | Anaconda.org
$conda install conda-forge::scikit-image · Monthly · Downloads Updates · Version · 0.26.0 · 0.25.2 · 0.25.1 · 0.25.0 · 0.24.0 · 5 / 8 versions selected · Downloads (Last 6 months): 0 · scikit-image is a collection of algorithms for image processing.
scikit-image
scikit-image.org › docs › 0.13.x › install.html
https://scikit-image.org/docs/0.13.x/install.html
Otherwise, you can run the following ... into the setup of appveyor (a continuous integration service). ... Obtain the source from the git repository at http://github.com/scikit-image/scikit-image by running:...
Top answer 1 of 3
4
Look in to the documentation In order to install it you need to use the following command
pip install scikit-image
if you want to install it using the word skimage
sudo apt-get install python-skimage
2 of 3
3
You can install it using
pip install -U scikit-image or this pip install scikit-image
PyPI
pypi.org › project › scikit-image › 0.18.1
scikit-image 0.18.1
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
GeeksforGeeks
geeksforgeeks.org › getting-started-scikit-image-image-processing-python
Image processing with Scikit-image in Python - GeeksforGeeks
January 19, 2023 - Simple and efficient tools for image processing and computer vision techniques. Accessible to everybody and reusable in various contexts. Built on the top of NumPy, SciPy, and matplotlib. Open source, commercially usable – BSD license. Note : Before installing scikit-image, ensure that NumPy and SciPy are pre-installed.
piwheels
piwheels.org › project › scikit-image
piwheels - scikit-image
scikit-image/ json · Versions · 70 · Files · 124 · Downloads · (all time) loading... Downloads · (last 30 days) loading... Search issues for this package · Package or version missing? Open a new issue · Something else? Open a new issue ·