ColorAdjustmentProvider.HistogramEqualize Method (Histogram)

Applies a histogram equalization to the bitmap using the specified histogram.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void HistogramEqualize(
	Histogram histogram
)

Parameters

histogram

Type: Aurigma.GraphicsMill.Histogram

A Histogram to equalize.

Remarks

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.

See Also

Reference