wavelet based contourlet transform
Afficher commentaires plus anciens
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 commentaire
nadia
le 16 Août 2016
Réponse acceptée
Plus de réponses (2)
Walter Roberson
le 17 Août 2016
0 votes
6 commentaires
Evangeline Dhivya
le 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
le 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
le 8 Mar 2018
Thanks @Jan Simon I need the code to apply the input multispectral Madurai image to laplacian pyramid filter. kindly help me.
Jan
le 8 Mar 2018
@Evangeline Dhivya: Did you read my questions? Again, please open a new thread and explain the details.
Evangeline Dhivya
le 9 Mar 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
le 10 Juil 2018
Modifié(e) : Walter Roberson
le 11 Juil 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?
Catégories
En savoir plus sur Wavelet Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!