Supriya Ghosh (Editor)

Scikit image

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Stéfan van der Walt

Written in
  
Python, Cython, and C.

Initial release
  
August 2009; 7 years ago (2009-08)

Stable release
  
0.12.3 / March 8, 2016; 12 months ago (2016-03-08)

Repository
  
github.com/scikit-image/scikit-image

Operating system
  
Linux, Mac OS X, Microsoft Windows

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. It is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.

Contents

Overview

The scikit-image project started as scikits.image, by Stéfan van der Walt. Its name stems from the notion that it is a "SciKit" (SciPy Toolkit), a separately-developed and distributed third-party extension to SciPy. The original codebase was later extensively rewritten by other developers. Of the various scikits, scikit-image as well as scikit-learn were described as "well-maintained and popular" in November 2012. Scikit-image has also been active in the Google Summer of Code.

Implementation

scikit-image is largely written in Python, with some core algorithms written in Cython to achieve performance.

References

Scikit-image Wikipedia