tojeena
Member level 3
- Joined
- Jan 24, 2013
- Messages
- 55
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,570
imdata = imread('ngc6543a.jpg');
[C,S] = wavedec2(imdata,3,'bior3.5');
y=imshow( ? ).
How to display the image?
[C,S] = wavedec2(imdata,3,'bior3.5');
y=imshow( ? ).
How to display the image?