You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use-case where I want to map adjust_histogram to each layer of a multi-layer image. I can use eg mapslices(ch -> adjust_histogram(ch, correction), channels, dims=[2,3]), but this is greedy. Would be nice to have a MappedArrays equivalent so I don't have to materialize the whole thing.
The text was updated successfully, but these errors were encountered:
I have a use-case where I want to map
adjust_histogram
to each layer of a multi-layer image. I can use egmapslices(ch -> adjust_histogram(ch, correction), channels, dims=[2,3])
, but this is greedy. Would be nice to have aMappedArrays
equivalent so I don't have to materialize the whole thing.The text was updated successfully, but these errors were encountered: