March 2019
Intermediate to advanced
642 pages
22h 54m
English
To equalize the histogram of the color images, we need to follow a different procedure. Histogram equalization only applies to the intensity channel. An RGB image consists of three color channels, and we cannot apply the histogram equalization process on these channels separately. We need to separate the intensity information from the color information before we do anything. So, we convert it into a YUV colorspace first, equalize the Y channel, and then convert it back into RGB to get the output.
Read now
Unlock full access