Skip to content

Commit

Permalink
Merge pull request #5 from scikit-image/add-sentence
Browse files Browse the repository at this point in the history
Add explanation detail (images are arrays).
  • Loading branch information
stefanv authored Aug 26, 2024
2 parents 13cf4f5 + 66959b7 commit 2cad94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorial/01_images_are_arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ plt.imshow(random_image, cmap='gray')
plt.colorbar();
```

The value of `random_image[i, j]` is the intensity value of the pixel located at coordinates `[i, j]`.
The same holds for "real-world" images:

```python
Expand Down

0 comments on commit 2cad94c

Please sign in to comment.