Returns the horizontal histogram of the matrix.
List<int> getHistogramHorizontal() => _getHistogramHorizontal(this);