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.
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
WaveletTransformOperatorwhere thedirectandadjointmethod will call the pywavelet methods, e.g.,pywt.dwt2andpywt.idwt2.