Skip to content

Commit 2da15ae

Browse files
committed
rewording
1 parent a9dda00 commit 2da15ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

episodes/07-thresholding.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ but the outcome is that Otsu's method finds a threshold value between
357357
the two peaks of a grayscale histogram.
358358
Note there is a third peak very close to 1.0 which corresponds to the white label and disk on the
359359
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.
361362

362363
The `ski.filters.threshold_otsu()` function can be used to determine
363364
the threshold automatically via Otsu's method.

0 commit comments

Comments
 (0)