Skip to content

Commit 5109322

Browse files
typo
Co-authored-by: Toby Hodges <tbyhdgs@gmail.com>
1 parent 9f6e33d commit 5109322

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
@@ -678,7 +678,7 @@ data/trial-293.jpg,0.13190342420212767
678678

679679
The `&` operator above means that we have defined a logical AND statement. This combines the two tests of pixel intensities in the blurred image such that both must be true for a pixel's position to be set to `True` in the resulting mask.
680680

681-
| Result of `t < blurred_image` | Result of `blurred_image < 0.95 | Resulting value in `binary_mask` |
681+
| Result of `t < blurred_image` | Result of `blurred_image < 0.95` | Resulting value in `binary_mask` |
682682
|----------|---------|---------|
683683
| False | True | False |
684684
| True | False | False |

0 commit comments

Comments
 (0)