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

Wavelet operator #1098

Closed
epapoutsellis opened this issue Dec 15, 2021 · 1 comment · Fixed by #1615
Closed

Wavelet operator #1098

epapoutsellis opened this issue Dec 15, 2021 · 1 comment · Fixed by #1615
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@epapoutsellis
Copy link
Contributor

Currently, we have a PyWavelet dependency in CIL, that is used for the RingRemover processor. To support wavelet-type image processing or reconstruction we need to implement a WaveletTransformOperator where the direct and adjoint method will call the pywavelet methods, e.g., pywt.dwt2 and pywt.idwt2.

@paskino paskino added the enhancement New feature or request label Dec 15, 2021
@paskino
Copy link
Contributor

paskino commented Jan 25, 2022

Is there any specific regulariser that you have in mind?

@gfardell gfardell added this to the Future Version milestone Aug 2, 2022
@gfardell gfardell moved this to In Review in CIL work Apr 25, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in CIL work Apr 26, 2024
@gfardell gfardell modified the milestones: Future Version, v24.1.0 Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants