Details for Javascript program for Histogram Equalization

This program applies histogram equalization to the image selected from the
dropdown menu. This redistributes pixel values evenly over the range [0,1],
which tends to brighten the image (see Chapter 5).

Slides: None.
Displayed: Original image, histogram equalized image, and
histograms and CDFs of the original and equalized images.