The histogram counts the frequency of each intensity level in the image. For a 3-bit image, there are 8 possible intensity levels (0 to 7). The histogram for the given image is:
$$
\begin{array}{|c|c|}
\hline
\text{Intensity Level} & \text{Frequency} \\
\hline
0 &
Show more…