I am working with non-squared matrix 2D (x != y) or 3D (x != y != z).
For example an image of 220 x 160, when applying the DWT it apply a DWT of level 2 (restricted by the size 220)
-
Is that possible to perform a multilevel fully separable decomposition WT like :
https://pywavelets.readthedocs.io/en/latest/ref/nd-dwt-and-idwt.html#multilevel-fully-separable-decomposition-fswavedecn
I did not find the function for that but maybe I am missing something :)
-
An other approach will be to pad the data. In that case does the operator is still orthogonal (Adjoint = Inverse)
Thanks :)