IHistogram Methods |
The IHistogram type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Totals the frequencies in the histogram. | |
| Count(Int32, Int32) |
Totals the frequencies for given range of brightness levels in the histogram.
| |
| Max |
Returns the maximum value of image colour channel.
| |
| Mean |
Returns the mean value of image colour channel.
| |
| Median |
Returns the median value of image colour channel.
| |
| Min |
Returns the minimum value of image colour channel.
| |
| ToTuples |
Converts histogram data to a list of tuples.
|