Add support for image sampling (with gradients) and image pyramids? #1069
ojwoodford
started this conversation in
General
Replies: 1 comment 1 reply
-
|
See If these are especially large images, you might want to consider chunking with HDF5.jl or Zarr.jl.
We may want to consider how to encode this in a pyramid multiscale scheme such as that of OME-Zarr: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently asked a question on the JuliaLang discourse site about what packages people use for creating image pyramids and getting image samples at non-integer locations (i.e. using an interpolation scheme). I didn't really get anything helpful back.
I couldn't see any support in Images.jl or in the broader JuliaImages collection for producing image pyramids. Is this correct? Given how important multi-resolution approaches are, this is surprising. Is this something people would like added? Any advice on where, and how?
I also couldn't see support for image interpolation (and sample gradients) within Images.jl, and an image doesn't seem to work with Interpolations.jl. Is this correct? Is this also something people would like added? Any advice on where, and how?
Beta Was this translation helpful? Give feedback.
All reactions