Ananth
Active since 2013
Followers: 0 Following: 0
Hi
I have applied wavedec2 function on an image and displayed the image after decomposition by using
subplot(2,4,1);image(wcodemat(A1,192));
I just wanted to know, Is save the image in one variable?
like
A=image(wcodemat(A1,192));
because I want to the Decomposed Image (like A) is input of my program.. Thanks in Advance