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.
2 parents ead61af + 314a8a8 commit 90b5bfbCopy full SHA for 90b5bfb
1 file changed
episodes/07-thresholding.md
@@ -26,7 +26,9 @@ exercises: 50
26
In this episode, we will learn how to use scikit-image functions to apply
27
thresholding to an image.
28
Thresholding is a type of *image segmentation*,
29
-where we change the pixels of an image to make the image easier to analyze.
+where an image is split into different regions, or *segments*.
30
+These segments can then be analyzed separately.
31
+
32
In thresholding, we convert an image from colour or grayscale into
33
a *binary image*, i.e., one that is simply black and white.
34
Most frequently,
0 commit comments