IP_Lab_2
IP_Lab_2
Problem Statement :
Read any image. Display the histogram, Equalized histogram, and image with equalized
histogram.
Objectives :
1. To learn to plot image in the form histogram and apply histogram equalization.
2. Input: image
Theory :
What we can explore from Histogram? Why Histogram
equalization?
We can deduce a great deal about the appearance of the image
from its histogram.
i) In a dark image, the gray levels would be clustered at lower ends.
ii) In an uniformly bright image, the gray levels would be clustered
at the upper end.
iii) In a well contrasted image, the gray levels would be well spred
out over much of the image.
Note: Ask students to explore the histogram of bright, dark and well
contrast image. Apply histogram equalization on each and compare
the result and do the analysis.
Input image
Conclusion :
In this way, we have performed display the histogram, Equalized histogram, and image with
equalized histogram.