getHistogramVertical method

List<int> getHistogramVertical()

Returns the vertical histogram of the matrix.

Implementation

List<int> getHistogramVertical() => _getHistogramVertical(this);