-
Notifications
You must be signed in to change notification settings - Fork 49
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
algorithm: local laplacian filters #215
Comments
I can take this up if you aren't already onto it 😄 |
Oh, that would be wonderful! I myself am probably too busy to implement this one. New applicants for GSoC-like events are keep asking "what algorithms can I implement". Hence I think there's a need to start early issues for potential algorithms that we want to reimplement in JuliaImages. Hopefully, potential contributors of JuliaImages can come and take it; that's why I add "hacktoberfest" label here. |
Is this issue still up for take? |
Yes it would be great if you can provide an implementation! |
@johnnychen94 I would like to contribute to JuliaImages ecosystems! Is this problem still available? Are you aware of any other similar problem in which there is an algorithm that needs to be implemented? If yes, I would be interested! |
An incomplete list that needs some love
|
This is a quite famous algorithm, unless I missed it, we don't have a Julia implementation of it.
A very early (pre-1.0) attempt to this is: https://github.com/loganwilliams/local-laplacian-filtering
The text was updated successfully, but these errors were encountered: