Does MATLAB implement the dual tree wavelet transform to get the co-efficients of an image?

1 view (last 30 days)
I have an image (say lena.jpg), and I want to get coefficients of the image by performing a dual tree wavelet transform. Is this possible in MATLAB or with the Wavelet Toolbox?
  1 Comment
Walter Roberson
Walter Roberson on 3 Jan 2012
Is "dual tree wavelet transform" possible to implement in *some* deterministic programming language? Can the transform be applied to images? If the answer to both is Yes, then Yes, it is possible, provided that you have enough memory accessible and enough time to wait.

Sign in to comment.

Accepted Answer

Wayne King
Wayne King on 3 Jan 2012
Hi Pat, the dual tree wavelet transform is not currently supported in the MathWorks' Wavelet Toolbox, but Professor Ivan Selesnick provides code for the dual tree wavelet transform at his website. I believe Professor Nick Kingsbury also provides MATLAB code on request.
Keep in mind that you cannot implement the dual tree transform with arbitrary wavelet and scaling filters.

More Answers (0)

Categories

Find more on Discrete Multiresolution Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!