Skip to content

Commit d36a93e

Browse files
authored
Merge pull request #326 from marcodallavecchia/mdv/cheatsheet
Cheat Sheet Poster
2 parents b7e2107 + ac9b253 commit d36a93e

File tree

6 files changed

+58
-0
lines changed

6 files changed

+58
-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
Lines changed: 34 additions & 0 deletions
Loading
32.3 KB
Loading

episodes/files/cheatsheet.html

Lines changed: 12 additions & 0 deletions
Large diffs are not rendered by default.

episodes/files/cheatsheet.pdf

389 KB
Binary file not shown.

instructors/instructor-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ 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 illustrating some concepts in this lesson is available:
42+
- [Cheat-sheet HTML for viewing in browser](../episodes/files/cheatsheet.html).
43+
- [PDF version for printing](../episodes/files/cheatsheet.pdf).
44+
3945

4046
## Questions from Learners
4147

0 commit comments

Comments
 (0)