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 ff0d2c3 commit 8c73c46Copy full SHA for 8c73c46
episodes/07-thresholding.md
@@ -356,7 +356,7 @@ if you are interested),
356
but the outcome is that Otsu's method finds a threshold value between
357
the two peaks of a grayscale histogram.
358
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
+left hand side of the image. It would be a good idea to remove these white pixels
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.
362
0 commit comments