wavelet based contourlet transform
Ältere Kommentare anzeigen
I need wavelet-based contourlet transform matlab code but I cannot find this code,dose function with this ability exist in matlab?can you help me?thanks in advance.
1 Kommentar
nadia
am 16 Aug. 2016
Akzeptierte Antwort
Weitere Antworten (2)
Walter Roberson
am 17 Aug. 2016
0 Stimmen
6 Kommentare
Evangeline Dhivya
am 18 Jan. 2018
Thank you Walter. I download the countourlet tool, but I don't have any idea to use the functions for my multispectral image. Please help me. Thanks in advance.
Jan
am 19 Jan. 2018
@Evangeline Dhivya: Which tool do you mean? What do you want to calculate? What are your inputs? I suggest to open a new thread and to mention the details.
Evangeline Dhivya
am 8 Mär. 2018
Thanks @Jan Simon I need the code to apply the input multispectral Madurai image to laplacian pyramid filter. kindly help me.
Jan
am 8 Mär. 2018
@Evangeline Dhivya: Did you read my questions? Again, please open a new thread and explain the details.
Evangeline Dhivya
am 9 Mär. 2018
@Jan Simon: Sorry Since I am a new user of this site I don't have any idea to create a thread. Can you tell how to create it.
PRASHANT AMBADEKAR
am 10 Jul. 2018
Bearbeitet: Walter Roberson
am 11 Jul. 2018
I am using the following code
>> Ni=5;
>> Nd=3;
>> nlevels = Nd*ones(1,Ni);
>> a = imread ('cameraman.tif');
>> dfilter = 'dmaxflat7';
>> pfilter = 'maxflat';
>> output = nsctdec( a, nlevels, dfilter, pfilter );
It is showing the following error:
Undefined function or variable 'zconv2'.
Error in nssfbdec (line 61)
y1 = zconv2( x, f1, mup );
Error in nsdfbdec (line 103)
[y{1}, y{2}] = nssfbdec( x1, k1, k2, q1 ) ;
Error in nsctdec (line 112)
xhi_dir = nsdfbdec(xhi, filters, levels(nIndex-1));
Can anyone comment on this?
Kategorien
Mehr zu Wavelet Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!