Skip to content

Commit cee6948

Browse files
quist00tobyhodges
andauthored
Update _episodes/03-skimage-images.md
Co-authored-by: Toby Hodges <tbyhdgs@gmail.com>
1 parent fe95019 commit cee6948

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

episodes/03-skimage-images.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,10 @@ plt.imshow(image)
408408
409409
## Access via slicing
410410
411-
As noted in the previous lesson skimage images are stored as NumPy arrays, so we can use array slicing to select rectangular areas of an image. Then, we can save the selection as a new image, change the pixels in the image, and so on. It is important to
411+
As noted in the previous lesson skimage images are stored as NumPy arrays,
412+
so we can use array slicing to select rectangular areas of an image.
413+
Then, we can save the selection as a new image, change the pixels in the image, and so on.
414+
It is important to
412415
remember that coordinates are specified in *(y, x)* order and that color values
413416
are specified in *(r, g, b)* order when doing these manipulations.
414417

0 commit comments

Comments
 (0)