Applies histogram equalization to the bitmap. Histogram is taken from the bitmap automatically.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub HistogramEqualize ( _ channels As Boolean(), _ histogramMode As HistogramMode _ )
public void HistogramEqualize( bool[] channels, HistogramMode histogramMode )
Type: System.Boolean []
Array of flags specifying what channels to apply effect at. If array item is true, transform will be applied at channel with appropriate index. Otherwise this channel is skipped.Type: Aurigma.GraphicsMill.HistogramMode
HistogramMode enumeration member that specifies what histogram calculation algorithm to use.