We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3692ba2 commit 3183a89Copy full SHA for 3183a89
episodes/08-connected-components.md
@@ -1,7 +1,7 @@
1
---
2
title: "Connected Component Analysis"
3
teaching: 70
4
-exercises: 45
+exercises: 55
5
questions:
6
- "How to extract separate objects from an image and describe these objects quantitatively."
7
objectives:
@@ -682,7 +682,7 @@ This will produce the output
682
> {: .solution}
683
{: .challenge}
684
685
-> ## Color objects by area (10 min)
+> ## Color objects by area (optional, not included in timing)
686
>
687
> Finally, we would like to display the image with the objects colored
688
> according to the magnitude of their area. In practice, this can be
0 commit comments