JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 49 forks source link

Lazy padarray? #98

Closed jw3126 closed 5 years ago

jw3126 commented 5 years ago

I think it would be useful to have a lazy variant of padarray. E.g. a thin wrapper around the array that computes border values in getindex calls. I have the feeling that this thing exists already somewhere? If not, is there interest of having that functionality here?

timholy commented 5 years ago

There's PaddedViews. But it's not as flexible. Yes, it probably makes sense to do that.

jw3126 commented 5 years ago

Solved by #99