mango.image.histogramdd

mango.image.histogramdd(inputList, bins, rootRank=None)

Returns tuple pair (H,edges) of multi-dimensional histogram counts and bin edges. Not mask-aware.

Parameters:
  • inputList (sequence of mango.Dds) – A n length sequence of mango.Dds objects.
  • bins (sequence or int) – The bins edge points, or number of bins.
Return type:

tuple

Returns:

(H,edges) histogram and bin-edges pair.

Previous topic

mango.image.rotate

Next topic

mango.image.centre_of_mass

This Page