You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 05_feature_extraction/04_feature_extraction.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"source": [
8
8
"# Feature extraction\n",
9
9
"\n",
10
-
"In this notebook, you will create an instance segmentation of biological data and extract a multitude of quantitiative features from this data with the [`regionprops_table()` function](https://scikit-image.org/docs/dev/api/skimage.measure#skimage.measure.regionprops_table) from scikit-image."
10
+
"In this notebook, you will create an instance segmentation of biological data and extract quantitiative features from this data with the [`regionprops_table()` function](https://scikit-image.org/docs/dev/api/skimage.measure#skimage.measure.regionprops_table) from scikit-image."
0 commit comments