fbcotter / pytorch_wavelets

Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet
Other
943 stars 146 forks source link

raw DWT instead of decomposition #29

Closed coquelin77 closed 3 years ago

coquelin77 commented 3 years ago

I have been looking through the package and it looks great! However, I need to do a raw transform and not a decomposition. The function in pywt is dwt2 (https://pywavelets.readthedocs.io/en/latest/ref/2d-dwt-and-idwt.html?highlight=dwt2#single-level-dwt2). Is this available somewhere lower in the package that I am not seeing?

Thank you for your help

coquelin77 commented 3 years ago

My mistake was in the level of decomposition. closing.

error code: PBKAC