i have an output of the following code...but i need to do haar wavelet transform of that output.PLEASE HELP ME IN CODING

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?

 채택된 답변

Ben11
Ben11 2014년 9월 24일
You can use this submission from the File Exchange perhaps?

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

제품

질문:

2014년 9월 24일

편집:

2014년 10월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by