#51 · Primary category: Computer Vision
scikit-image
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)