dask-image
dask-image copied to clipboard
Distributed image processing
We implemented distributed labeling in #94. @chrisroat mentions [here](https://github.com/dask/dask-blog/issues/47#issuecomment-809924075) that instead of adding the total number of labels from previous chunks, we can uniquify each block's labels by using the...
We should have a table in the documentation explaining what has GPU array support and what doesn't. It could be similar to our table explaining function coverage in `dask-image` vs...
It's probably a good idea if we add this info to our docs. Things that happen infrequently and have multiple steps are always a bit too easy to forget parts...
Over in https://github.com/scipy/scipy/issues/8218 we are discussing how to implement "wrap" mode (i.e. periodic boundary conditions) for `label` and other morphological functions. (This issue is just about `label`.) We would like...
I have about 20k 500px500p images stored in a directory. My ultimate goal is to reshape them into only a few images, blocking the 500s into the few larger images....
MAINTENANCE: code style improvements suggested by @jni #101 This is a sprint contribution in ScipyJapan2020 (#163) . - [x] fully specified imports, `dask.array` instead of `da`, `numpy` instead of `np`....
Running test suite as part of PyPI release #147 This is a sprint contribution in ScipyJapan2020 (#163) .
Add cron job with github actions to schedule test runs monthly/fortnightly. Contributes to #163
I feel it might be a little to soon for a PR, but... I got the watershed algorithm ported from scipy.ndimage.measurement.watershed working the same way that dask-image.label works. I will...
### dask-image example datasets We need some good example data for tutorials with dask-image. This issue is a place for discussion and suggestions. If you have links, add them here!...