@@ -31,7 +31,7 @@ It is open source and freely available under the
31
31
32
32
.. contents :: **Table of Contents**
33
33
:backlinks: none
34
- :depth: 3
34
+ :depth: 2
35
35
36
36
.. sectnum ::
37
37
@@ -42,8 +42,17 @@ The following colour checker detection algorithms are implemented:
42
42
43
43
- Segmentation
44
44
45
+ Examples
46
+ ^^^^^^^^
47
+
48
+ Various usage examples are available from the
49
+ `examples directory <https://github.com/colour-science/colour-checker-detection/tree/master/colour_checker_detection/examples >`__.
50
+
51
+ User Guide
52
+ ----------
53
+
45
54
Installation
46
- ------------
55
+ ^^^^^^^^^^^^
47
56
48
57
Because of their size, the resources dependencies needed to run the various
49
58
examples and unit tests are not provided within the Pypi package. They are
@@ -53,16 +62,16 @@ when cloning the
53
62
`repository <https://github.com/colour-science/colour-checker-detection >`__.
54
63
55
64
Primary Dependencies
56
- ^^^^^^^^^^^^^^^^^^^^
65
+ ~~~~~~~~~~~~~~~~~~~~
57
66
58
67
**Colour - Checker Detection ** requires various dependencies in order to run:
59
68
60
- - `python>=3.5 <https://www.python.org/download/releases/ >`__
69
+ - `python >= 3.8, < 4 <https://www.python.org/download/releases/ >`__
61
70
- `colour-science <https://pypi.org/project/colour-science/ >`__
62
- - `opencv-python>=4 <https://pypi.org/project/opencv-python/ >`__
71
+ - `opencv-python >= 4, < 5 <https://pypi.org/project/opencv-python/ >`__
63
72
64
73
Pypi
65
- ^^^^
74
+ ~~~~
66
75
67
76
Once the dependencies are satisfied, **Colour - Checker Detection ** can be installed from
68
77
the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection >`__ by
@@ -74,35 +83,26 @@ The overall development dependencies are installed as follows::
74
83
75
84
pip install --user 'colour-checker-detection[development]'
76
85
77
- Usage
78
- -----
79
-
80
- API
81
- ^^^
82
-
83
- The main reference for `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection >`__
84
- is the `Colour - Checker Detection Manual <https://colour-checker-detection.readthedocs.io/en/latest/manual.html >`__.
85
-
86
- Examples
87
- ^^^^^^^^
88
-
89
- Various usage examples are available from the
90
- `examples directory <https://github.com/colour-science/colour-checker-detection/tree/master/colour_checker_detection/examples >`__.
91
-
92
86
Contributing
93
- ------------
87
+ ^^^^^^^^^^^^
94
88
95
89
If you would like to contribute to `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection >`__,
96
90
please refer to the following `Contributing <https://www.colour-science.org/contributing/ >`__
97
91
guide for `Colour <https://github.com/colour-science/colour >`__.
98
92
99
93
Bibliography
100
- ------------
94
+ ^^^^^^^^^^^^
101
95
102
96
The bibliography is available in the repository in
103
97
`BibTeX <https://github.com/colour-science/colour-checker-detection/blob/develop/BIBLIOGRAPHY.bib >`__
104
98
format.
105
99
100
+ API Reference
101
+ -------------
102
+
103
+ The main technical reference `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection >`__
104
+ is the `API Reference <https://colour-checker-detection.readthedocs.io/en/latest/reference.html >`__.
105
+
106
106
Code of Conduct
107
107
---------------
108
108
@@ -115,7 +115,6 @@ Contact & Social
115
115
The *Colour Developers * can be reached via different means:
116
116
117
117
- `Email <mailto:colour-developers@colour-science.org >`__
118
- - `Discourse <https://colour-science.discourse.group/ >`__
119
118
- `Facebook <https://www.facebook.com/python.colour.science >`__
120
119
- `Github Discussions <https://github.com/colour-science/colour-checker-detection/discussions >`__
121
120
- `Gitter <https://gitter.im/colour-science/colour >`__
@@ -125,6 +124,6 @@ About
125
124
-----
126
125
127
126
| **Colour - Checker Detection** by Colour Developers
128
- | Copyright © 2018-2021 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
127
+ | Copyright 2018 Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org>`__
129
128
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
130
129
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__
0 commit comments