cumulativeContrastHistogram property

List<int> cumulativeContrastHistogram
final

Cumulative histogram where every entry is equal to the number of symbols with contrast equal or lower than N percent, where N is the index of the entry in the array.

Implementation

final List<int> cumulativeContrastHistogram;