We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b8d28 commit 0a8fab4Copy full SHA for 0a8fab4
episodes/07-thresholding.md
@@ -348,7 +348,7 @@ plt.xlim(0, 1.0)
348
{alt='Grayscale histogram of the maize root image'}
349
350
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
+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.
353
Thus, this image is a good candidate for thresholding with Otsu's method.
354
The mathematical details of how this works are complicated (see
0 commit comments