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 90123c9 commit ff86a32Copy full SHA for ff86a32
_episodes/08-connected-components.md
@@ -343,9 +343,10 @@ plt.show()
343
> When showing this image in the viewer,
344
> it squeezes the complete range into 256 gray values.
345
> 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.
348
{: .solution }
349
-Fortunately, the skimage library has tools to cope with this situation.
350
We can use the function `skimage.color.label2rgb()`
351
to convert the colours in the image
352
(recall that we already used the `skimage.color.rgb2gray()` function
0 commit comments