From: paul jee on
How can i decompose the color image using wavelet packet method?
From: Sprinceana on
"paul jee" <pauljee2004(a)yahoo.com> wrote in message <h9dhrt$n1l$1(a)fred.mathworks.com>...
> How can i decompose the color image using wavelet packet method?

Here's a very good resource for you on fex :

http://www.mathworks.com/matlabcentral/fileexchange/11846


Hope this helps,

Michael
From: Wayne King on
"Sprinceana " <mihaispr(a)yahoo.com> wrote in message <h9dpho$c4h$1(a)fred.mathworks.com>...
> "paul jee" <pauljee2004(a)yahoo.com> wrote in message <h9dhrt$n1l$1(a)fred.mathworks.com>...
> > How can i decompose the color image using wavelet packet method?
>
> Here's a very good resource for you on fex :
>
> http://www.mathworks.com/matlabcentral/fileexchange/11846
>
>
> Hope this helps,
>
> Michael

Hi Paul, if you have the wavelet toolbox, then you can use

wpdec2

>>doc wpdec2

Wayne