Skip to content

Commit 16d3e41

Browse files
committed
chore: change md file with whitelisted word
1 parent 8fc1ec3 commit 16d3e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Features/Operations/Threshold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ _Choose a threshold value_: This value is determined based on the characteristic
7171
_Compare each pixel's intensity value with the threshold value:_ If the pixel value is greater than or equal to the threshold value, it is assigned to one group (foreground or object).
7272
If the pixel value is less than the threshold value, it is assigned to the other group (background).
7373

74-
_Generate a binary image:_ The result of thresholding is a binary image(mask) where pixels belonging to the foreground are assigned a value of 1 (white) and pixels belonging to the background are assigned a value of 0 (black).
74+
_Generate a binary image:_ The result of thresholding is a mask where pixels belonging to the foreground are assigned a value of 1 (white) and pixels belonging to the background are assigned a value of 0 (black).
7575

7676
</details>

0 commit comments

Comments
 (0)