Skip to content

Commit 6c8935f

Browse files
committed
Added references to other notebooks
1 parent 36f1863 commit 6c8935f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05_feature_extraction/05_feature_extraction_and_thresholds.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"id": "9e77ab67-e3a7-4b95-adde-073f6e98c5e3",
5050
"metadata": {},
5151
"source": [
52-
"The next cell shows how to combine multiple curves/plots in a single figure. \n",
52+
"The next cell shows how to combine multiple curves/plots in a single figure. For a bit more information, see [this notebook](./00_plotting_in_python.ipynb). \n",
5353
"\n",
5454
"*Optional:* Change the value for `bins` to see what effect it has on the plotted histogram:"
5555
]
@@ -284,7 +284,7 @@
284284
"source": [
285285
"## Exercise 4\n",
286286
"\n",
287-
"In the lecture, you learned how to measure *roundness* and *circularity* of objects. Neither of these is available through `regionprops_table`, so we have to calculate them ourselves. They are defined as following:\n",
287+
"In the [lecture](./Feature_extraction.pdf), you learned how to measure *roundness* and *circularity* of objects. Neither of these is available through `regionprops_table`, so we have to calculate them ourselves. They are defined as following:\n",
288288
"\n",
289289
"- *Roundness* = $\\frac{4 \\cdot A}{\\pi \\cdot \\text{major}}$, where `major` and `A` correspond to the major axis of the ellipse fitted to the object and the object's area\n",
290290
"- *Circularity* = $\\frac{4 \\cdot \\pi A}{perimeter^2}$\n",

0 commit comments

Comments
 (0)