Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : d36a93e
Branch  : main
Author  : Toby Hodges <[email protected]>
Time    : 2024-06-18 14:10:35 +0000
Message : Merge pull request #326 from marcodallavecchia/mdv/cheatsheet

Cheat Sheet Poster
  • Loading branch information
actions-user committed Jun 18, 2024
1 parent 9073256 commit 15121d2
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 02-image-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ as numeric abstractions, approximations of what we see with our eyes in the real
Before we begin to learn how to process images with Python programs,
we need to spend some time understanding how these abstractions work.

::::::::::::::::::::::::::::::::::::::::: callout

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)!

::::::::::::::::::::::::::::::::::::::::::::::::::

## Pixels

It is important to realise that images are stored as rectangular arrays
Expand Down
34 changes: 34 additions & 0 deletions files/assets/dc-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/assets/fixed_cells_masked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions files/cheatsheet.html

Large diffs are not rendered by default.

Binary file added files/cheatsheet.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ to share your experience with the lesson Maintainers.
- 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.
A detailed explanation is given in the *Plotting single channel images (cmap, vmin, vmax)* callout box.

## Additional resources

- A cheat-sheet with graphics illustrating some concepts in this lesson is available:
- [Cheat-sheet HTML for viewing in browser](../episodes/files/cheatsheet.html).
- [PDF version for printing](../episodes/files/cheatsheet.pdf).


## Questions from Learners

Expand Down
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"config.yaml" "101b3ac4b679126bb1f437306eb1b836" "site/built/config.yaml" "2023-04-25"
"index.md" "6e80c662708984307918adfad711e15f" "site/built/index.md" "2023-07-26"
"episodes/01-introduction.md" "9755639c515fdbf752422e2e59128f63" "site/built/01-introduction.md" "2023-07-26"
"episodes/02-image-basics.md" "d7e49ef016b308d80ae19d6a461855a8" "site/built/02-image-basics.md" "2024-06-07"
"episodes/02-image-basics.md" "b23ed3c7907f4c944ab0b1d11d6a92a2" "site/built/02-image-basics.md" "2024-06-18"
"episodes/03-skimage-images.md" "d7890de460222e8cdf461c76cba37692" "site/built/03-skimage-images.md" "2024-06-07"
"episodes/04-drawing.md" "48b42ee384b5b907d9f9b93ad0e98ce8" "site/built/04-drawing.md" "2024-06-07"
"episodes/05-creating-histograms.md" "4abbd123ba97d63c795398be6f6b7621" "site/built/05-creating-histograms.md" "2024-03-14"
"episodes/06-blurring.md" "894ff33379584a8ee777f779564d5b01" "site/built/06-blurring.md" "2024-06-18"
"episodes/07-thresholding.md" "4d34b89c8cd33cb6bb54103f805a39b9" "site/built/07-thresholding.md" "2024-03-12"
"episodes/08-connected-components.md" "79495641132337de72f9df87ce5a2d21" "site/built/08-connected-components.md" "2024-03-12"
"episodes/09-challenges.md" "3e95485b1bae2c37538830225ea26598" "site/built/09-challenges.md" "2024-03-12"
"instructors/instructor-notes.md" "b1c166a544eb4b9b91f3ac8f2dafd549" "site/built/instructor-notes.md" "2023-05-12"
"instructors/instructor-notes.md" "e8e378a5dfaec7b2873d788be85003ce" "site/built/instructor-notes.md" "2024-06-18"
"learners/discuss.md" "ad762c335f99400dc2cd1a8aad36bdbd" "site/built/discuss.md" "2023-07-26"
"learners/edge-detection.md" "fdbcee7436e104e6587e1cb40cd37d18" "site/built/edge-detection.md" "2023-08-16"
"learners/prereqs.md" "7ca883d3d01d18c98ce7524ed297e56c" "site/built/prereqs.md" "2023-07-26"
Expand Down

0 comments on commit 15121d2

Please sign in to comment.