Skip to content

Commit 2ddb90b

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : 1346347 Branch : main Author : Toby Hodges <tbyhdgs@gmail.com> Time : 2023-07-25 12:56:31 +0000 Message : Merge pull request #289 from datacarpentry/workbenchify-edge-detection-front-matter Move optional episode metadata to fenced divs
1 parent 0d703b8 commit 2ddb90b

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

edge-detection.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
---
22
title: 'Extra Episode: Edge Detection'
3-
teaching: ??
4-
exercises: ??
5-
questions: How can we automatically detect the edges of the objects in an image?
6-
objectives:
3+
teaching: 0
4+
exercises: 0
5+
---
6+
7+
:::::::::::::::::::::::::::::: questions
8+
9+
- How can we automatically detect the edges of the objects in an image?
10+
11+
::::::::::::::::::::::::::::::::::::::::
12+
13+
:::::::::::::::::::::::::::::: objectives
14+
715
- Apply Canny edge detection to an image.
816
- Explain how we can use sliders to expedite finding appropriate parameter values
917
for our skimage function calls.
1018
- Create skimage windows with sliders and associated callback functions.
11-
keypoints:
12-
- The `skimage.viewer.ImageViewer` is extended using a `skimage.viewer.plugins.Plugin`.
13-
- We supply a filter function callback when creating a Plugin.
14-
- Parameters of the callback function are manipulated interactively by creating sliders
15-
with the `skimage.viewer.widgets.slider()` function and adding them to the plugin.
16-
---
19+
20+
:::::::::::::::::::::::::::::::::::::::::
21+
1722

1823
In this episode, we will learn how to use skimage functions to apply *edge
1924
detection* to an image.
@@ -484,4 +489,11 @@ These include `skimage.filters.sobel()`,
484489
which you will recognise as part of the Canny method.
485490
Another choice is `skimage.filters.laplace()`.
486491

492+
:::::::::::::::::::::::::::::: keypoints
493+
494+
- The `skimage.viewer.ImageViewer` is extended using a `skimage.viewer.plugins.Plugin`.
495+
- We supply a filter function callback when creating a Plugin.
496+
- Parameters of the callback function are manipulated interactively by creating sliders
497+
with the `skimage.viewer.widgets.slider()` function and adding them to the plugin.
487498

499+
::::::::::::::::::::::::::::::::::::::::

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"episodes/09-challenges.md" "6371238ebe5be31e352fd0acdc6fa6c8" "site/built/09-challenges.md" "2023-04-25"
1515
"instructors/instructor-notes.md" "b1c166a544eb4b9b91f3ac8f2dafd549" "site/built/instructor-notes.md" "2023-05-12"
1616
"learners/discuss.md" "58bdd2f8b4dccaf3f36dddf8caed38b2" "site/built/discuss.md" "2023-07-25"
17-
"learners/edge-detection.md" "f2f23dd6245368ead21e0e190b4f8f0a" "site/built/edge-detection.md" "2023-04-25"
17+
"learners/edge-detection.md" "725c47aa6dfb6c0e542f421225d1e02d" "site/built/edge-detection.md" "2023-07-25"
1818
"learners/prereqs.md" "ee7b6f10c65f23337b5bb895af4491ed" "site/built/prereqs.md" "2023-04-25"
1919
"learners/reference.md" "7ae9deea84007c6ed1339955ac23f4b7" "site/built/reference.md" "2023-04-26"
2020
"learners/setup.md" "857796a464abc5c0e96434286d591e2d" "site/built/setup.md" "2023-04-26"

0 commit comments

Comments
 (0)