Skip to content

Commit ff86a32

Browse files
author
Robert (Bob) Turner
committed
hide more text
1 parent 90123c9 commit ff86a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/08-connected-components.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,10 @@ plt.show()
343343
> When showing this image in the viewer,
344344
> it squeezes the complete range into 256 gray values.
345345
> Therefore, the range of our numbers does not produce any visible change.
346+
>
347+
> Fortunately, the skimage library has tools to cope with this situation.
346348
{: .solution }
347349
348-
Fortunately, the skimage library has tools to cope with this situation.
349350
We can use the function `skimage.color.label2rgb()`
350351
to convert the colours in the image
351352
(recall that we already used the `skimage.color.rgb2gray()` function

0 commit comments

Comments
 (0)