-
While researching the behavior of Figma and other editors for #71, I got a bit carried away and managed to "reverse engineer" most of the shadow and blur algorithms used in the supported editors. I ha…
-
### 🐛 Bug Report
When showing the bounding box for a multi-scale image at some resolution other than its highest (i.e. other than level 0), it is too large.
### 💡 Steps to Reproduce
One way t…
-
Hi,
It seems that writing an image pyramid always uses `nearest` downsampling even if a different method is provided (e.g. `gaussian`):
https://github.com/ome/ome-zarr-py/blob/1f47e59fcda1eb551…
-
Everything works up until the final part and I keep getting this issue:
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 12.0 GiB for an array with shape (3, 720, 1280, 292) and data ty…
-
Hello, we would like to use `to_multiscale` to generate downscaled pyramids of label arrays. Unfortunately, it looks like the `ITK_LABEL_GAUSSIAN` method only works for certain data types. Please see …
-
... in order to support additional flavors of OME-Zarr filesets.
Ideas:
- [x] new class `ez_zarr.ome_zarr.Image` representing an image: what we currently have in `fractal_out.zarr/B/03/0` (contain…
-
Setting backtrack-stages to more than log2(image-dimension) leads to a panic inside `ImagePyramid::build_gaussian`
**To Reproduce**
Steps to reproduce the behavior:
cargo run -- --backtrack-stage…
-
Dear community, authors,
As explained in #93 I'm trying to use the MonoGS tracker to retreive a camera pose.
In my particular case I am training a gaussian splatting scene and then trying to ret…
-
Various scaling issues have been reported. These are due to the initial Scaler designed to scale planes (or a series of planes) in 2D and to work with numpy arrays rather than dask arrays.
- #262 …
-
Hi,
I'm trying to use Pislam with an image pyramid that is a array/Vector of Mat's, instead of how it's currently working with one big collage of the images in the pyramids 'stuck together'.
I'm…