i have an output of the following code...but i need to do haar wavelet transform of that output.PLEASE HELP ME IN CODING
    1 view (last 30 days)
  
       Show older comments
    
I3=zeros(150,150);
I3(10:140,10:53)=1;
I3(10:140,56:93)=1;
I3(10:140,96:140)=1;
imshow (I3, []);
title('picture1');
i have to find an output of 'Haar wavelet transform' of this *picture1* (my program's output)
i don't know how to do it?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Discrete Multiresolution Analysis in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
