Skip to content

Commit ee2c5f8

Browse files
committed
Minor fix in recipe 11.3.
1 parent ae7f6fe commit ee2c5f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/chapter11_image/03_segmentation.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:e01782c6aca797e45eaa8ef29d5e09226f69f6eeff60d308d970be76e4638d8b"
4+
"signature": "sha256:6c055a506f9a0cfccbfd514af3f400081ff70957843f6abdc7ccb0fe51ec5757"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -38,11 +38,11 @@
3838
"from skimage.data import coins\n",
3939
"from skimage.filter import threshold_otsu\n",
4040
"from skimage.segmentation import clear_border\n",
41-
"from skimage.morphology import label, closing, square\n",
42-
"from skimage.measure import regionprops\n",
41+
"from skimage.morphology import closing, square\n",
42+
"from skimage.measure import regionprops, label\n",
4343
"from skimage.color import lab2rgb\n",
4444
"import matplotlib as mpl\n",
45-
"%matplotlib inline\n"
45+
"%matplotlib inline"
4646
],
4747
"language": "python",
4848
"metadata": {},

0 commit comments

Comments
 (0)