You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thedirect
andadjoint
method will call the pywavelet methods, e.g.,pywt.dwt2
andpywt.idwt2
.The text was updated successfully, but these errors were encountered: