Skip to content

Commit 0a8fab4

Browse files
authored
remove ambiguous lower
1 parent 81b8d28 commit 0a8fab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/07-thresholding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ 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 lower peak at 0.2 as the
351+
smaller peak near 1.0. Looking at the grayscale image, we can identify the peak at 0.2 as the
352352
background and the broader peak as 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

0 commit comments

Comments
 (0)