0
1.5kviews
Perform Histogram Equalization on Gray level distribution shown in the table below. Plot the original and equalized histogram.
Gray Levels 0 1 2 3 4 5 6 7
Frequency of occurrence 100 250 100 300 150 0 0 0
1 Answer
0
20views

Step 1: Plot the original histogram.

enter image description here

Step 2: Perform Histogram equalization.

Here L=8

enter image description here

Step 3: Draw Equalized Histogram

Consider the $1^{st}$ , $2^{nd}$ and last column

enter image description here

Equalized Histogram:

enter image description here

Please log in to add an answer.