Skip to content

Commit 90b5bfb

Browse files
authored
Merge pull request #364 from jni/define-segmentation
Define segmentation when it is first mentioned
2 parents ead61af + 314a8a8 commit 90b5bfb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

episodes/07-thresholding.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ exercises: 50
2626
In this episode, we will learn how to use scikit-image functions to apply
2727
thresholding to an image.
2828
Thresholding is a type of *image segmentation*,
29-
where we change the pixels of an image to make the image easier to analyze.
29+
where an image is split into different regions, or *segments*.
30+
These segments can then be analyzed separately.
31+
3032
In thresholding, we convert an image from colour or grayscale into
3133
a *binary image*, i.e., one that is simply black and white.
3234
Most frequently,

0 commit comments

Comments
 (0)