Applies a histogram equalization to the bitmap using the specified histogram mode.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void HistogramEqualize( HistogramMode histogramMode )
Type: Aurigma.GraphicsMill.HistogramMode
A HistogramMode specifying how to build histogram.Histogram equalization algorithm is used for automatically enhancing the image contrast. The main idea of this algorithm is to build a look-up table (LUT) which makes the bitmap histogram equalized (all histogram entries are equal each other). Actually the histogram is never equalized absolutely, however this algorithm makes it as much as possible.