JuliaImages / ImageFiltering.jl

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

rename "circular" to "periodic" when reworking padarray #232

Open johnnychen94 opened 2 years ago

johnnychen94 commented 2 years ago

This is of very low priority IMO but let's still open an issue so that we don't forget to do this when we rework the padarray function.

https://github.com/JuliaImages/ImageBase.jl/pull/19#discussion_r727271740

Interpolations.jl also take Periodic for extrapolation boundary condition.