I have some very simple Matlab code laying around that I have written myself. It is capable of doing 1D, 2D but potentially any dimension. The wavelet is given as a parameter and there are some defaults. I needed it as a sparsity transformation for some compressed sensing work I have done.
So nothing fancy but if you think this would be useful I could create a package. Even better it would be of course to get some real wavelet expert to make a full featured package. There was some package announced on the mailing list but it was GPL, which is not ok for my use case. Cheers, Tobi Am Samstag, 2. August 2014 07:53:19 UTC+2 schrieb David A.: > > Regarding the actual wavelets package license, I just wanted to suggest > the PyWavelets package which is done in C and seems very complete. It has a > MIT license: > http://www.pybytes.com/pywavelets/ > > Is it already possible in Julia to make a 2D decomposition / > reconstruction, to decompose images? > > >
