File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,8 @@ but the outcome is that Otsu's method finds a threshold value between
357
357
the two peaks of a grayscale histogram.
358
358
Note there is a third peak very close to 1.0 which corresponds to the white label and disk on the
359
359
left hand side of the image. It would be a good idea to crop the image to remove these white pixels
360
- before calculating the Otsu threshold but for now we will continue without doing this.
360
+ before calculating the Otsu threshold. We will discuss how to do this later in the episode but for
361
+ now we will continue without removing them.
361
362
362
363
The ` ski.filters.threshold_otsu() ` function can be used to determine
363
364
the threshold automatically via Otsu's method.
You can’t perform that action at this time.
0 commit comments