File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,8 +348,8 @@ plt.xlim(0, 1.0)
348
348
![ ] ( fig/maize-root-cluster-histogram.png ) {alt='Grayscale histogram of the maize root image'}
349
349
350
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 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.
353
353
Thus, this image is a good candidate for thresholding with Otsu's method.
354
354
The mathematical details of how this works are complicated (see
355
355
[ the scikit-image documentation] ( https://scikit-image.org/docs/dev/api/skimage.filters.html#threshold-otsu )
You can’t perform that action at this time.
0 commit comments