Click or drag to resize

IHistogram Interface

Represents histogram statistics of a colour channel.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public interface IHistogram

The IHistogram type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the histogram data.
Top
Methods
  NameDescription
Public methodCount
Totals the frequencies in the histogram.
Public methodCount(Int32, Int32)
Totals the frequencies for given range of brightness levels in the histogram.
Public methodMax
Returns the maximum value of image colour channel.
Public methodMean
Returns the mean value of image colour channel.
Public methodMedian
Returns the median value of image colour channel.
Public methodMin
Returns the minimum value of image colour channel.
Public methodToTuples
Converts histogram data to a list of tuples.
Top
See Also