Skip to content

Commit 8c73c46

Browse files
committed
altered text
1 parent ff0d2c3 commit 8c73c46

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
@@ -356,7 +356,7 @@ if you are interested),
356356
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
359-
left hand side of the image. It would be a good idea to crop the image to remove these white pixels
359+
left hand side of the image. It would be a good idea to remove these white pixels
360360
before calculating the Otsu threshold. We will discuss how to do this later in the episode but for
361361
now we will continue without removing them.
362362

0 commit comments

Comments
 (0)