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 e2588e9 commit 17ec6d4Copy full SHA for 17ec6d4
episodes/02-image-basics.md
@@ -180,7 +180,7 @@ so you might be asking why we don't use it here.
180
Actually, `skimage.io.imread()` uses `iio.imread()` internally when loading an image into Python.
181
It is certainly something you may use as you see fit in your own code.
182
In this lesson, we use the imageio library to read or write (save) images,
183
-while `skimage` is dedicated to performing operations on the images.
+while scikit-image is dedicated to performing operations on the images.
184
Using imageio gives us more flexibility, especially when it comes to
185
handling metadata.
186
0 commit comments