scipy.ndimage.measurements.histogram

scipy.ndimage.measurements.histogram(input, min, max, bins, labels=None, index=None)

Calculate the histogram of the values of an array at labels.

Labels must be None or an array of the same dimensions as the input.

The histograms are defined by the minimum and maximum values and the number of bins.

Index must be None, a single label or sequence of labels. If none, all values where label is greater than zero are used.

Previous topic

scipy.ndimage.measurements.find_objects

Next topic

scipy.ndimage.measurements.label

This Page