ColorAdjustmentProvider.HistogramEqualize Method (HistogramMode)

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

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

Syntax

C#
public void HistogramEqualize(
	HistogramMode histogramMode
)

Parameters

histogramMode

Type: Aurigma.GraphicsMill.HistogramMode

A HistogramMode specifying how to build histogram.

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