Click or drag to resize

IHistogramToTuples Method

Converts histogram data to a list of tuples.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IList<(int Level, int Frequency)> ToTuples()

Return Value

Type: IListValueTupleInt32, Int32
Histogram data.
See Also