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!