-
Notifications
You must be signed in to change notification settings - Fork 18
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
Filters should be separated #85
Comments
The idea of separable filter is to perform one direction and then another one. |
see also #86 |
This is something I've been meaning to talk to you about for some time now. Halide language may come as nice reference, for cache friendliness: Awesome let's do it. Do you have a proposition how do we do this? I could come up with something, but I'd really like go hear what you think. Do we need (or want) to redesign the base filtering API? |
Awesome! We can implement Halide as library solution in Dlang :-) |
What do you mean by this? Using halide inside D? |
No, we can implement its functionality as an ndslice module |
YES - This is something I've been thinking about for a long time - we should definitely do this! |
See https://en.wikipedia.org/wiki/Separable_filter
The text was updated successfully, but these errors were encountered: