Skip to content

Commit 5d723da

Browse files
committed
floating point not grayscale
1 parent b569d0a commit 5d723da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/05-creating-histograms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ the 256 possible values in the grayscale image.
9090

9191
The parameter `range` is the range of values each of the pixels in the image can have.
9292
Here, we pass 0 and 1,
93-
which is the value range of our input image after transforming it to grayscale.
93+
which is the value range of our input image after conversion to floating-point.
9494

9595
The first output of the `np.histogram` function is a one-dimensional NumPy array,
9696
with 256 rows and one column,

0 commit comments

Comments
 (0)