Skip to content

Commit 32224af

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : b33558e Branch : main Author : Kimberly Meechan <24316371+K-Meech@users.noreply.github.com> Time : 2024-11-13 09:00:02 +0000 Message : Merge pull request #333 from bear-rsg/typos Couple of typos
1 parent 15121d2 commit 32224af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ ax.imshow(three_colours, cmap="gray")
447447

448448
![](fig/grayscale.png){alt='Image in greyscale'}
449449

450-
Above we have exactly the same underying data matrix, but in greyscale.
450+
Above we have exactly the same underlying data matrix, but in greyscale.
451451
Zero maps to black, 255 maps to white, and 128 maps to medium grey.
452452
Here we only have a single channel in the data and utilize a grayscale color map
453453
to represent the luminance, or intensity of the data and correspondingly

08-connected-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ The labels of the objects are also returned by `ski.measure.regionprops`.
610610
We have already seen that we can create boolean arrays using comparison operators.
611611
Here we can use `object_areas > min_area`
612612
to produce an array that has the same dimension as `object_labels`.
613-
It can then used to select the labels of objects whose area is
613+
It can then be used to select the labels of objects whose area is
614614
greater than `min_area` by indexing:
615615

616616
```python

md5sum.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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" "b23ed3c7907f4c944ab0b1d11d6a92a2" "site/built/02-image-basics.md" "2024-06-18"
7+
"episodes/02-image-basics.md" "f1c4a800b8213f11b6e2efbe40f501ab" "site/built/02-image-basics.md" "2024-11-13"
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"
13-
"episodes/08-connected-components.md" "79495641132337de72f9df87ce5a2d21" "site/built/08-connected-components.md" "2024-03-12"
13+
"episodes/08-connected-components.md" "f599af69b770c7234a4e7d4a06a7f6dd" "site/built/08-connected-components.md" "2024-11-13"
1414
"episodes/09-challenges.md" "3e95485b1bae2c37538830225ea26598" "site/built/09-challenges.md" "2024-03-12"
1515
"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"

0 commit comments

Comments
 (0)