Marvin Albert
Marvin Albert
## Description An error is thrown when passing a non-writeable numpy array to a function such as `skimage.segmentation.relabel_sequential` that calls `utils.map_array`. This seems unexpected, as the input array should not...
This PR suggests a `dask-image` implementation for `ndimage.map_coordinates` which covers the case in which the provided coordinates fit into memory and the `input` array consists of a (potentially large) dask...
Hi, generally SyN is working great for me. I have a quick question related to its fine tuning: How is the update field convolution kernel size determined? Should (and can)...
Probably we should create a release given the new functionality from https://github.com/dask/dask-image/pull/213 and https://github.com/dask/dask-image/pull/344 ! Happy to do this in the next days if you guys agree @jakirkham @GenevieveBuckley.
@GouMinghao Thank you very much for this wonderful package! It's been very useful within https://github.com/multiview-stitcher/multiview-stitcher. Would you consider uploading `Geometry3D==0.3.0` to PyPI? For now, I've uploaded a copy [here](https://pypi.org/project/Geometry3D-vendored/), but...
Hi, first of all thanks for such a great tool! No more problems with object boundaries :) Also appreciate the great jupyter notebooks to get started. I was considering using...
Hi, I recently discovered `spatial-image` and `multiscale-spatial-image` and find it super useful to have an xarray based representation of NGFF datasets (and multiscale images for that matter!). Exploring how to...
This PR rewrites and simplifies the fusion. Specifically, it simplifies the dask graphs of the fused dask arrays: In the implementation in main, output array creation is partly performed by...
Reposting [this issue](https://github.com/imjoy-team/kaibu/issues/95) here as I think this repo is more relevant for it.
I'm playing around with kaibu widgets in the context of a collaborative annotation tool and I'm loving it! Also I stumbled upon what might be a bug: It seems that...