Applies a histogram equalization to the bitmap using the specified histogram.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void HistogramEqualize( Histogram histogram )
Type: Aurigma.GraphicsMill.Histogram
A Histogram to equalize.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.