Home avatar

I am passionate programmer and researcher in GenAI, On-Device AI, LLM's and Deep Learning. I enjoy exploring recent advancement and deepening my understanding of these topics

Image Enhancement Techniques

Histogram equalization is a technique in image processing used to improve the contrast of an image by effectively stretching out the intensity range. It aims to redistribute the pixel values in the image so that they are more evenly distributed across the available range, thereby enhancing details and making the image more visually appealing.

Fig.1. Before Equalization

Fig.1. Before Equalization

Fig.2. After Equalization

Fig.2. After Equalization

Following is the step-by-stpe process of converting the pixel values to equalized values

Step by step process

Step by step process