wavelet based contourlet transform
显示 更早的评论
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.
采纳的回答
更多回答(2 个)
Walter Roberson
2016-8-17
0 个投票
6 个评论
Evangeline Dhivya
2018-1-18
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
2018-1-19
@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
2018-3-8
Thanks @Jan Simon I need the code to apply the input multispectral Madurai image to laplacian pyramid filter. kindly help me.
Jan
2018-3-8
@Evangeline Dhivya: Did you read my questions? Again, please open a new thread and explain the details.
Evangeline Dhivya
2018-3-9
@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
2018-7-10
编辑:Walter Roberson
2018-7-11
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Wavelet Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!