-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeat, Mirror, Reflect, etc #5
Comments
There are extrapolation in Interpolations.jl for these kind of schemes. After all this kind of "padding" needs to reason about space. |
Could be useful additions though, the indices computation for those schemes are reasonably simple |
ha funny... I was searching this in order to work with Interpolations! Guess I should have read the docs more carefully! But I do see this rather as a padding and not extrapolation ;) |
Until you query |
ImageFiltering also has some more sophisticated padding. This is really just a quick crutch for visualization (http://juliaimages.github.io/latest/indexing.html), although it could become more than that. I'm not opposed to doing more with it, but since ImageFiltering already does this (in a different way, not as a "view") I think we would have to think carefully about how we would want to implement this. |
Does |
Periodic / Circular view can be brought from |
This doesn't seem to support the classic padding styles by repeating values already inside the array.
Is support planned, or not in the scope of this package? Am I missing any package doing this already?
The text was updated successfully, but these errors were encountered: