This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapStatisticsProvider.GetSumHistogram Method

Calculates and returns a histogram.

Overload List

Name Description
Public method GetSumHistogram(Boolean)

Calculates and returns a histogram built from the sum of each channel luminosities of the pixel. You can include or exclude alpha channel from this sum.

Public method GetSumHistogram(Boolean[])

Calculates and returns a histogram built from the sum of each channel luminosities of the pixel. You can exclude some channels from this sum.

Public method GetSumHistogram(Int32)

Calculates and returns a histogram built from luminosity of the single channel of the pixel.

See Also

Reference