A collection of Image Processing and Analysis (IPA) functions used at the Facility for Advanced Imaging and Microscopy (FAIM)
BSD 3-Clause "New" or "Revised" License
9
stars
6
forks
source link
Add dask-array support to UIntHistogram #110
Closed
tibuch closed 7 months ago
Currently we use
np.histogram
to compute the histogram. It would be great if we can also usedask.array.histogram
.