Image color equalization

In this section, we will learn how to equalize a color image. Image equalization and histogram equalization try to obtain a histogram with a uniform distribution of values. The result of equalization is an increase in the contrast of an image. The equalization allows lower local contrast areas to gain higher contrast, spreading out the most frequent intensities.

This method is very useful when the image is almost dark or completely bright and there are very small differences between the background and foreground. Using histogram equalization, we increase the contrast and the details that are over- or under-exposed. This technique is very useful in medical images, such as X-rays.

However, there are two main disadvantages ...

Get OpenCV By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.