Skip to content
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

Sliding tiles as in mapwindows? #36

Open
mkitti opened this issue Oct 14, 2021 · 3 comments
Open

Sliding tiles as in mapwindows? #36

mkitti opened this issue Oct 14, 2021 · 3 comments

Comments

@mkitti
Copy link

mkitti commented Oct 14, 2021

Would it make sense to implement a sliding tile strategy here similar to mapwindows in ImageFiltering.jl?

@johnnychen94
Copy link
Member

It makes sense to also provide some higher-order functions, not just mapwindows. We do plan to move the core image-unrelated functionalities from ImageFiltering to some not-yet-existing package in JuliaArrays. According to the JuliaHub results, all the direct dependencies of this package are JuliaImages packages, so start a new module here to host the codes sounds okay to me.

The difficulty might be due to the fact that it's quite hard to get the optimal implementation if calling these higher-order functions, see also: JuliaImages/ImageFiltering.jl#225

@johnnychen94
Copy link
Member

@RainerHeintzmann
Copy link

@mkitti interesting thought, but I think this is a bit sideways of the original purpose.
The main point was to allow an easy way to have procedures run only on a single tile and stritch the results together in the end. Not sure, if this approach is really up to provide general real-space convolution with stencils.
For that application, I am hoping for Tullio getting a better match to Cuda.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants