You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A lesson teaching foundational image processing skills with Python and [scikit-i
7
7
8
8
## Lesson Content
9
9
10
-
This lesson introduces fundamental concepts in image handling and processing. Learners will gain the skills needed to load images into Python, to select, summarise, and modify specific regions in these image, and to identify and extract objects within an image for further analysis.
10
+
This lesson introduces fundamental concepts in image handling and processing. Learners will gain the skills needed to load images into Python, to select, summarise, and modify specific regions in these images, and to identify and extract objects within an image for further analysis.
11
11
12
12
The lesson assumes a working knowledge of Python and some previous exposure to the Bash shell.
13
13
A detailed list of prerequisites can be found in [`learners/prereqs.md`](learners/prereqs.md).
@@ -16,6 +16,10 @@ A detailed list of prerequisites can be found in [`learners/prereqs.md`](learner
16
16
17
17
- Make a suggestion or correct an error by [raising an Issue](https://github.com/datacarpentry/image-processing/issues).
18
18
19
+
Please see the [CONTRIBUTING.md file](CONTRIBUTING.md) for contributing guidelines and details on how to get involved with
20
+
this project. Some specific guidelines for content / style are provided in the
21
+
['What to Contribute (This Lesson)' section](CONTRIBUTING.md#what-to-contribute-this-lesson).
22
+
19
23
## Code of Conduct
20
24
21
25
All participants should agree to abide by the [The Carpentries Code of Conduct](https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html).
0 commit comments