Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132955 views
License: OTHER
1
2
# Introduction
3
4
scikit-image is a collection of algorithms for image processing. It is
5
available *free of charge and free of restriction*. The project is run
6
*by the community, for the community*, and adheres to established
7
standards for Python scientific software development, such as *code
8
peer-review*, *inline API documentation*, and thorough *unit testing*.
9
10
scikit-image is built on top of *numpy*, *scipy*, and *cython*.
11
12
A full overview of functionality is available as
13
[API documentation](http://scikit-image.org/docs/stable/api/api.html).
14
15
Usage example are given in our
16
[gallery](http://scikit-image.org/docs/dev/auto_examples/).
17
18
For a more in-depth overview, take a look at [our paper](https://doi.org/10.7717/peerj.453).
19
20
Let's take a look at some
21
[real-world use-cases](https://docs.google.com/presentation/d/1hzjKWUAL8TGP8R7wkh_aKIjiij1FNy7Tamu1wrILVbM/edit?usp=sharing).
22
23
For the tutorial, ensure you've followed the
24
[installation instructions](./0_preparation.html).
25
26