dask-image
dask-image copied to clipboard
Distributed image processing
_From @jakirkham on May 16, 2017 18:35_ The list of functions below are what that this library intends to support with Dask Arrays. These all come from SciPy. In particular...
* dask-image version: 0.2.0 * Python version: 3.7 * Operating System: Mac OSX ### Description I'm interesting in getting movie files - `.mov`, `.mpeg`, `.avi` (basically anything readable with ffmpeg)...
Thresholding
Raised by @jni during the sprint, it would be nice to support some common thresholding methods. For the most part these should be pretty straightforward to implement. Would be good...
As part of the PyPI release process, I'm wondering if we should run the test suite. Maybe this would help us catch some of the issues before publishing.
examples?
I'm trying to work through the functionality. Do you have any examples available outside of the test harness?
This is a question about the API design for label indices in `dask_image.ndmeasure` functions. Where `labels` is given but `index` is None, the label array is overwritten and becomes a...
I was wondering what the relationship between this package and the function `dask.array.image.imread` that's already part of dask. Especially as I detected that `dask.array.image.imread` doesn't actually make use of the...
# Example data - Brain MRI dataset This great PR https://github.com/napari/tutorials/pull/64 to the napari tutorials was made by partners @DaliaAymanAmeen and Dina for their RGSOC application. They use a beautiful...
* dask-image version: 0.2.0 * Python version: 3.6 * Operating System: Ubuntu 18.04 ### Description I often want to label an array using `dask_image`, and then measure something about all...
As a good large dataset to work with and show examples on, it might be nice to have an EM dataset. Hopefully others can point us to something on cloud...