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 b569d0a commit 5d723daCopy full SHA for 5d723da
episodes/05-creating-histograms.md
@@ -90,7 +90,7 @@ the 256 possible values in the grayscale image.
90
91
The parameter `range` is the range of values each of the pixels in the image can have.
92
Here, we pass 0 and 1,
93
-which is the value range of our input image after transforming it to grayscale.
+which is the value range of our input image after conversion to floating-point.
94
95
The first output of the `np.histogram` function is a one-dimensional NumPy array,
96
with 256 rows and one column,
0 commit comments