#51 · Primary category: Computer Vision

scikit-image

computer-vision image-processing python

Image processing in Python

Project last updated:08/26/26

GitHub Stars

6.6K

Forks

2.4K

Contributors

651

License

Other

Why we included this project

scikit-image remains the workhorse image processing library for Python, the one you reach for when a job calls for classic, well-tested algorithms rather than a deep-learning model. It covers the usual range: denoising, segmentation, registration, feature detection, and the everyday morphological operations that solve a surprising share of real imaging problems. Because it sits on NumPy and SciPy, it accepts arrays from nearly any source, from microscope files to satellite data, without much glue code. The peer-reviewed implementations and stable API make it a safe choice when results will be published or shipped, since you can trust the math and build a pipeline that will keep working.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category