scikit-image/scikit-image

Image processing in Python

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 seconds ago
Added to GitGenius on September 10th, 2026
Created on July 7th, 2011
Open Issues & Pull Requests: 951 (+0)
GitHub issues: Enabled
Number of forks: 2,409
Total Stargazers: 6,585 (+0)
Total Subscribers: 171 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.0 hours
Mean response time: 44.9 days
90th percentile: 93.2 days
Tracked items: 295

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 63% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 32% of tracked open issues have had no activity in three months. Only 3% of issues opened in the past year have been closed. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 188
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 716 days
Stale 30+ days: 157
Stale 90+ days: 125

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • :bug: Bug (135)
  • :sleeping: Dormant (106)
  • :pray: Feature request (54)
  • :robot: type: Infrastructure (40)
  • :page_facing_up: type: Documentation (39)
  • :hiking_boot: Path to skimage2 (29)
  • :computer: Arch specific (17)
  • :question: Needs info (17)

Detailed Description

scikit-image is a Python library for image processing that provides algorithms for segmentation, geometric transformations, color space conversion, analysis, filtering, morphology, feature detection, and restoration.

The library addresses the need for a comprehensive, accessible toolkit for image processing tasks in Python. It wraps lower-level algorithms and makes them available through a consistent API, allowing developers to perform complex image manipulation without implementing algorithms from scratch. The tool integrates with the broader scientific Python ecosystem, building on NumPy arrays as its fundamental data structure.

Developers should choose scikit-image for general-purpose image processing work in research, computer vision applications, and scientific imaging pipelines. It suits projects that need standard algorithms without the overhead of specialized frameworks. The library is particularly valuable when working within existing Python scientific workflows that already depend on NumPy and SciPy. It provides a stable, well-documented alternative to building custom implementations or integrating multiple specialized tools.

The project maintains active engagement across multiple channels, with dedicated user and developer forums alongside the main repository. Development activity shows consistent attention to both new contributions and maintenance of existing functionality. The codebase receives regular updates addressing bug fixes, performance improvements, and algorithm enhancements. The project sustains documentation efforts that keep pace with code changes, supporting both new users and contributors seeking to understand the library's design.