How to show image of a wavelet transformed image?

imdata = imread('ngc6543a.jpg');
[C,S] = wavedec2(imdata,3,'bior3.5');
y=imshow( ? ).
How to display the image?

Answers (0)

Categories

Find more on Wavelet Toolbox in Help Center and File Exchange

Products

Tags

Asked:

on 8 May 2013

Community Treasure Hunt

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

Start Hunting!