Skip to content

Commit dbce91b

Browse files
author
Marco Dalla Vecchia
committed
added mentions and links to cheat-sheet in course content
1 parent 7ae60b9 commit dbce91b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

episodes/02-image-basics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ as numeric abstractions, approximations of what we see with our eyes in the real
3232
Before we begin to learn how to process images with Python programs,
3333
we need to spend some time understanding how these abstractions work.
3434

35+
::::::::::::::::::::::::::::::::::::::::: callout
36+
37+
Feel free to make use of the [available cheat-sheet](./files/cheatsheet.html) as a guide for the rest of the course material. View it online, share it, or print the [PDF](./files/cheatsheet.pdf)!
38+
39+
::::::::::::::::::::::::::::::::::::::::::::::::::
40+
3541
## Pixels
3642

3743
It is important to realise that images are stored as rectangular arrays

instructors/instructor-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ to share your experience with the lesson Maintainers.
3636
- Be aware that learners might get surprising results in the *Keeping only low intensity pixels* exercise, if `plt.imshow` is called without the `vmax` parameter.
3737
A detailed explanation is given in the *Plotting single channel images (cmap, vmin, vmax)* callout box.
3838

39+
## Additional resources
40+
41+
- A cheat-sheet with graphics for some fundamentals of this course is available [here](../episodes/files/cheatsheet.html). A printable PDF version is [also available](../episodes/files/cheatsheet.pdf)
42+
3943

4044
## Questions from Learners
4145

0 commit comments

Comments
 (0)