File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ ax.imshow(three_colours, cmap="gray")
447
447
448
448
![ ] ( fig/grayscale.png ) {alt='Image in greyscale'}
449
449
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.
451
451
Zero maps to black, 255 maps to white, and 128 maps to medium grey.
452
452
Here we only have a single channel in the data and utilize a grayscale color map
453
453
to represent the luminance, or intensity of the data and correspondingly
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ The labels of the objects are also returned by `ski.measure.regionprops`.
610
610
We have already seen that we can create boolean arrays using comparison operators.
611
611
Here we can use ` object_areas > min_area `
612
612
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
614
614
greater than ` min_area ` by indexing:
615
615
616
616
``` python
Original file line number Diff line number Diff line change 4
4
"config.yaml" "101b3ac4b679126bb1f437306eb1b836" "site/built/config.yaml" "2023-04-25"
5
5
"index.md" "6e80c662708984307918adfad711e15f" "site/built/index.md" "2023-07-26"
6
6
"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 "
8
8
"episodes/03-skimage-images.md" "d7890de460222e8cdf461c76cba37692" "site/built/03-skimage-images.md" "2024-06-07"
9
9
"episodes/04-drawing.md" "48b42ee384b5b907d9f9b93ad0e98ce8" "site/built/04-drawing.md" "2024-06-07"
10
10
"episodes/05-creating-histograms.md" "4abbd123ba97d63c795398be6f6b7621" "site/built/05-creating-histograms.md" "2024-03-14"
11
11
"episodes/06-blurring.md" "894ff33379584a8ee777f779564d5b01" "site/built/06-blurring.md" "2024-06-18"
12
12
"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 "
14
14
"episodes/09-challenges.md" "3e95485b1bae2c37538830225ea26598" "site/built/09-challenges.md" "2024-03-12"
15
15
"instructors/instructor-notes.md" "e8e378a5dfaec7b2873d788be85003ce" "site/built/instructor-notes.md" "2024-06-18"
16
16
"learners/discuss.md" "ad762c335f99400dc2cd1a8aad36bdbd" "site/built/discuss.md" "2023-07-26"
You can’t perform that action at this time.
0 commit comments