RTUComputer ScienceYr 2020 · Sem 82020

Q4Digital Image Processing

Question

2 marks

What is histogram equalization?

Answer

Histogram equalization is a non-linear mathematical algorithm that violently redistributes the intensity values of an image to strictly achieve a perfectly flat, uniform probability density function (PDF).

If a photograph is taken in a dark room, its histogram is aggressively skewed to the left (near 0). Histogram Equalization utilizes the Cumulative Distribution Function (CDF) as a transformation matrix to violently stretch these compressed pixels across the entire 0-255 spectrum, mathematically maximizing the global contrast.

Back to Paper