Skip to content

Commit 15121d2

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : d36a93e Branch : main Author : Toby Hodges <tobyhodges@carpentries.org> Time : 2024-06-18 14:10:35 +0000 Message : Merge pull request #326 from marcodallavecchia/mdv/cheatsheet Cheat Sheet Poster
1 parent 9073256 commit 15121d2

7 files changed

+60
-2
lines changed

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

files/assets/dc-logo-white.svg

Lines changed: 34 additions & 0 deletions
Loading

files/assets/fixed_cells_masked.png

32.3 KB
Loading

files/cheatsheet.html

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

files/cheatsheet.pdf

389 KB
Binary file not shown.

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

md5sum.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"config.yaml" "101b3ac4b679126bb1f437306eb1b836" "site/built/config.yaml" "2023-04-25"
55
"index.md" "6e80c662708984307918adfad711e15f" "site/built/index.md" "2023-07-26"
66
"episodes/01-introduction.md" "9755639c515fdbf752422e2e59128f63" "site/built/01-introduction.md" "2023-07-26"
7-
"episodes/02-image-basics.md" "d7e49ef016b308d80ae19d6a461855a8" "site/built/02-image-basics.md" "2024-06-07"
7+
"episodes/02-image-basics.md" "b23ed3c7907f4c944ab0b1d11d6a92a2" "site/built/02-image-basics.md" "2024-06-18"
88
"episodes/03-skimage-images.md" "d7890de460222e8cdf461c76cba37692" "site/built/03-skimage-images.md" "2024-06-07"
99
"episodes/04-drawing.md" "48b42ee384b5b907d9f9b93ad0e98ce8" "site/built/04-drawing.md" "2024-06-07"
1010
"episodes/05-creating-histograms.md" "4abbd123ba97d63c795398be6f6b7621" "site/built/05-creating-histograms.md" "2024-03-14"
1111
"episodes/06-blurring.md" "894ff33379584a8ee777f779564d5b01" "site/built/06-blurring.md" "2024-06-18"
1212
"episodes/07-thresholding.md" "4d34b89c8cd33cb6bb54103f805a39b9" "site/built/07-thresholding.md" "2024-03-12"
1313
"episodes/08-connected-components.md" "79495641132337de72f9df87ce5a2d21" "site/built/08-connected-components.md" "2024-03-12"
1414
"episodes/09-challenges.md" "3e95485b1bae2c37538830225ea26598" "site/built/09-challenges.md" "2024-03-12"
15-
"instructors/instructor-notes.md" "b1c166a544eb4b9b91f3ac8f2dafd549" "site/built/instructor-notes.md" "2023-05-12"
15+
"instructors/instructor-notes.md" "e8e378a5dfaec7b2873d788be85003ce" "site/built/instructor-notes.md" "2024-06-18"
1616
"learners/discuss.md" "ad762c335f99400dc2cd1a8aad36bdbd" "site/built/discuss.md" "2023-07-26"
1717
"learners/edge-detection.md" "fdbcee7436e104e6587e1cb40cd37d18" "site/built/edge-detection.md" "2023-08-16"
1818
"learners/prereqs.md" "7ca883d3d01d18c98ce7524ed297e56c" "site/built/prereqs.md" "2023-07-26"

0 commit comments

Comments
 (0)