License: OTHER
1# Introduction23scikit-image is a collection of algorithms for image processing. It is4available *free of charge and free of restriction*. The project is run5*by the community, for the community*, and adheres to established6standards for Python scientific software development, such as *code7peer-review*, *inline API documentation*, and thorough *unit testing*.89scikit-image is built on top of *numpy*, *scipy*, and *cython*.1011A full overview of functionality is available as12[API documentation](http://scikit-image.org/docs/stable/api/api.html).1314Usage example are given in our15[gallery](http://scikit-image.org/docs/dev/auto_examples/).1617For a more in-depth overview, take a look at [our paper](https://doi.org/10.7717/peerj.453).1819Let's take a look at some20[real-world use-cases](https://docs.google.com/presentation/d/1hzjKWUAL8TGP8R7wkh_aKIjiij1FNy7Tamu1wrILVbM/edit?usp=sharing).2122For the tutorial, ensure you've followed the23[installation instructions](./0_preparation.html).242526