JuliaImages / JuliaImages/ImageFiltering.jl
Richardson–Lucy deconvolution
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 104
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
@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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked Richardson–Lucy deconvolution description first, then inspect ImageFiltering.jl's existing multidimensional convolution and nonlinear stencil operations. Clarify the Julia-facing API and expected behavior before implementation; done should include the algorithm and tests demonstrating correct deconvolution behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100