File: index.rst

package info (click to toggle)
skimage 0.26.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,720 kB
  • sloc: python: 61,600; cpp: 2,592; ansic: 1,591; xml: 1,342; javascript: 1,267; makefile: 135; sh: 16
file content (87 lines) | stat: -rw-r--r-- 2,613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
scikit-image's documentation
============================

**Date**: |today|, **Version**: |version|

Welcome! `scikit-image`_ is an image processing toolbox which builds on
`numpy`_, `scipy.ndimage`_ and other libraries to provide a versatile set of
image processing routines in `Python`_. Our project and community is guided by
the :doc:`about/code_of_conduct`.

.. _scikit-image: https://scikit-image.org
.. _numpy: https://numpy.org
.. _scipy.ndimage: https://docs.scipy.org/doc/scipy/reference/ndimage.html
.. _Python: https://www.python.org

Quick links
-----------

.. grid:: 2
    :gutter: 3

    .. grid-item-card:: :octicon:`rocket` Get started
        :link: user_guide/install
        :link-type: any

        New to scikit-image? Start with our installation guide and scikit-image's key
        concepts.

    .. grid-item-card:: :octicon:`image` Examples
        :link: auto_examples/index
        :link-type: any

        Browse our gallery of entry-level and domain-specific examples.

    .. grid-item-card:: :octicon:`comment-discussion` Get help :octicon:`link-external`
        :link: https://forum.image.sc/tag/scikit-image

        Need help with a particular image analysis task? Ask us and a large
        image analysis community on our user forum *image.sc*.

    .. grid-item-card:: :octicon:`repo` API reference
        :link: api/api
        :link-type: any

        A detailed description of scikit-image's public Python API. Assumes an
        understanding of the key concepts.

    .. grid-item-card:: :octicon:`tools` Contribute
        :link: development/contribute
        :link-type: any

        Saw a typo? Found a bug? Want to improve a function? Learn how to
        contribute to scikit-image!

    .. grid-item-card:: :octicon:`history` Release notes
        :link: release_notes/index
        :link-type: any

        Upgrading from a previous version? See what's new and changed between
        each release of scikit-image.

    .. grid-item-card:: :octicon:`people` About us
        :link: about/index
        :link-type: any

        Get to know the project and the community. Learn where we are going and
        how we work together.

    .. grid-item-card:: :octicon:`milestone` SKIPs
        :link: skips/index
        :link-type: any

        scikit-image proposals, documents describing major changes to the
        library.

See also our site-wide :ref:`genindex` our
:ref:`search this documentation <search>`.

.. toctree::
    :hidden:

    user_guide/index
    auto_examples/index
    api/api
    release_notes/index
    development/index
    about/index