wavelet based contourlet transform
Show older comments
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.
Accepted Answer
More Answers (2)
Walter Roberson
on 17 Aug 2016
0 votes
6 Comments
Evangeline Dhivya
on 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
on 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
on 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
on 8 Mar 2018
@Evangeline Dhivya: Did you read my questions? Again, please open a new thread and explain the details.
Evangeline Dhivya
on 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
on 10 Jul 2018
Edited: Walter Roberson
on 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?
Categories
Find more on Wavelet Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!