2. Image Processing - Report #1
Due date: April. 2, 2018
In our class, we have learned about a histogram equalization
technique to enhance the images's quality. Histograms are the basics
for numerous spatial domain techniques. Simple examples can help
you to understand how to equalize the histogram in an image.
Suppose that Fig. 1 is a 4-bit input image(L=16) of size 66 pixels.
And also we assume that 0 is black and 15 is white.
Now calculate the histogram equalized image. You need to calculate
histogram, PDF(probability density function), CDF(cumulative density
function), and the table for converting 駆 to 月. When you calculate s
values, 月, you round them to the nearest integer. Finally, explain the
result comparing to the input image in point of their contrasts. You
have to submit the report in class.
1. The Histogram of the input image.
駆 0 1 2 3 4 5 6 7
frequency 13 12 6 3 2 0 0 0
駆 8 9 10 11 12 13 14 15
frequency 0 0 0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
1 1 1 1 1 1
2 2 2 2 2 2
1 1 1 1 1 1
3 3 3 4 4 0
Fig.1 Input image