The histogram equalization is a process to enhance an image based on its histogram, tipically used in greylevel images. The same process of greylevel equalization can be applied to a RGB image: first ...
* Q. You are given a histogram represented by an array arr[], where each element of the array denotes * the height of the bars in the histogram. All bars have the same width of 1 unit.