Skip to content

Commit 3183a89

Browse files
committed
08-connected-components: Update exercise timings - "Color objects by area" optional
1 parent 3692ba2 commit 3183a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/08-connected-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Connected Component Analysis"
33
teaching: 70
4-
exercises: 45
4+
exercises: 55
55
questions:
66
- "How to extract separate objects from an image and describe these objects quantitatively."
77
objectives:
@@ -682,7 +682,7 @@ This will produce the output
682682
> {: .solution}
683683
{: .challenge}
684684
685-
> ## Color objects by area (10 min)
685+
> ## Color objects by area (optional, not included in timing)
686686
>
687687
> Finally, we would like to display the image with the objects colored
688688
> according to the magnitude of their area. In practice, this can be

0 commit comments

Comments
 (0)