Skip to content

Commit 80936ee

Browse files
author
Laura Murphy
committed
Update 03-thresholding-and-segmentation.md
1 parent 9664424 commit 80936ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/03-thresholding-and-segmentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import matplotlib.pyplot as plt
3030
from skimage.data import cells3d
3131
from skimage.filters import gaussian
3232

33-
image = gaussian(cells3d()[30, 1, :, :])
33+
smoothed_image = gaussian(cells3d()[30, 1, :, :])
3434
print(image.min(), image.max(), image.dtype)
3535

3636
plt.subplot(1, 2, 1)

0 commit comments

Comments
 (0)