Skip to content

Commit 9f6e33d

Browse files
authored
minor rewording
1 parent f21c7d9 commit 9f6e33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/07-thresholding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ plt.xlim(0, 1.0)
348348
![](fig/maize-root-cluster-histogram.png){alt='Grayscale histogram of the maize root image'}
349349

350350
The histogram has a significant peak around 0.2 and then a broader "hill" around 0.6 followed by a
351-
smaller peak near 1.0. Looking at the grayscale image, we can identify the peak at 0.2 as the
352-
background and the broader peak as the foreground.
351+
smaller peak near 1.0. Looking at the grayscale image, we can identify the peak at 0.2 with the
352+
background and the broader peak with the foreground.
353353
Thus, this image is a good candidate for thresholding with Otsu's method.
354354
The mathematical details of how this works are complicated (see
355355
[the scikit-image documentation](https://scikit-image.org/docs/dev/api/skimage.filters.html#threshold-otsu)

0 commit comments

Comments
 (0)