Software:scikit-image
Original author(s) | Stéfan van der Walt |
---|---|
Initial release | August 2009 |
Written in | Python, Cython, and C. |
Operating system | Linux, Mac OS X, Microsoft Windows |
Type | Library for image processing |
License | BSD License |
Website | scikit-image |
scikit-image (formerly scikits.image) is an open-source image processing library for the Python programming language.[1] It includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more.[2] It is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.
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.[3] 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" (As of November 2012).[4] Scikit-image has also been active in the Google Summer of Code.[5]
Implementation
scikit-image is largely written in Python, with some core algorithms written in Cython to achieve performance.
References
- ↑ S van der Walt; JL Schönberger; J Nunez-Iglesias; F Boulogne; JD Warner; N Yager; E Gouillart; T Yu et al. (2014). "scikit-image: image processing in Python". PeerJ 2:e453: e453. doi:10.7717/peerj.453. PMID 25024921. Bibcode: 2014PeerJ...2..453V.
- ↑ Chiang, Eric (2014). "Image Processing with scikit-image". http://blog.yhathq.com/posts/image-processing-with-scikit-image.html.
- ↑ Dreijer, Janto. "scikit-image". https://scikits.appspot.com/scikit-image.
- ↑ Eli Bressert (2012). SciPy and NumPy: an overview for developers. O'Reilly. p. 43. ISBN 9781449361624. https://books.google.com/books?id=fLKTuJqQLVEC&pg=PA43.
- ↑ Birodkar, Vighnesh (2014). "GSOC 2014 – Signing Off". https://vcansimplify.wordpress.com/2014/08/17/gsoc-2014-signing-off/.
External links
Original source: https://en.wikipedia.org/wiki/Scikit-image.
Read more |