dask-image icon indicating copy to clipboard operation
dask-image copied to clipboard

Distributed image processing

Results 100 dask-image issues
Sort by recently updated
recently updated
newest added

We want to use a histology slide image from the 2016 Camelyon dataset (CC0): https://camelyon17.grand-challenge.org/Data/ This thread contains details specific to this dataset. Related to the larger discussion here: https://github.com/dask/dask-image/issues/107

We want to implement a dask-image version of `scipy.ndimage.fourier_ellipsoid` ([see the docs here](https://docs.scipy.org/doc/scipy-0.19.0/reference/generated/scipy.ndimage.fourier_ellipsoid.html)). This is expected to be a little more difficult than the rest of the functions implemented in...

We had some discussions on #94 about coding style. @jakirkham suggested we open a specific issue to discuss them. I have three specific things that I find "inelegant" (yes, I...

_From @jakirkham on June 7, 2017 20:3_ We had to add a hack for the CIs in commit ( https://github.com/dask-image/dask-imread/commit/ffd6cc5bb40fa24d7652520d0598fa71b87331e4 ) to `pip` install `slicerator` in addition to `conda` installing...

I think that in order to use the `imread` function I need to dive within the imread module today ```python import dask_image.imread x = dask_image.imread.imread('...') ``` This might be more...

Would be great to use [Netlify]( https://www.netlify.com/ ) to build and preview doc changes (particularly for PRs).

_From @jakirkham on August 3, 2017 17:22_ Right now we test `float64` quite a bit, but we need to test other types to make sure things are behaving correctly. In...

It would be good to add this project to the Dask webpage. Also would be nice if the docs could be served there as well. Any advice/help in doing this...

Here are a few notes about the documentation. - Replace stock "Welcome to dask-image’s documentation!" with something like "Image Processing with Dask" - Add contents to the main page other...

Hi @jakirkham, I have some potential contributions to make here as I am currently using dask to write a parallel image registration library. Right now I have an implentation of...