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

Richardson–Lucy deconvolution #210

Open
ashwani-rathee opened this issue Mar 20, 2021 · 2 comments
Open

Richardson–Lucy deconvolution #210

ashwani-rathee opened this issue Mar 20, 2021 · 2 comments

Comments

@ashwani-rathee
Copy link
Member

@johnnychen94 @timholy @zygmuntszpak This algorithm isn't present in JuliaImages,though it's available in most other image processing libraries
https://en.wikipedia.org/wiki/Richardson%E2%80%93Lucy_deconvolution
It's a pretty old method but still relevant.I think I could implement it here,what do you people think?

@ashwani-rathee
Copy link
Member Author

I got the idea after seeing #81 #207 these PRs,although unrelated :)

@johnnychen94
Copy link
Member

There are implementations in Deconvolution.jl, but last time I tried it, it doesn't work smoothly on our colorant arrays. Also I didn't benchmark it so don't know if it's performant. Efforts can be made to improve the status, but I'm not sure if it needs a reimplementation.

You could choose to reimplement it as an exercise, of course.

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

2 participants