wavelet based contourlet transform

4 ビュー (過去 30 日間)
nadia
nadia 2016 年 8 月 16 日
コメント済み: Walter Roberson 2018 年 7 月 11 日
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 件のコメント
nadia
nadia 2016 年 8 月 16 日
no one can help me!!?

サインインしてコメントする。

採用された回答

John BG
John BG 2016 年 8 月 17 日
編集済み: John BG 2018 年 1 月 21 日
Nadia
try the following
1.
install this contourlet toolbox, by Minh Do and Martin Vetterli http://uk.mathworks.com/matlabcentral/fileexchange/8837-contourlet-toolbox?s_tid=srchtitle
The same professors Minh Do and Martin Vetterli has a webpage at the Illinois University with more ridglet, contourlet and wavelet MATLAB code.
3. Or the non subsampled contourlet toolbox by Arthur Cunha
if you find this answer useful would you please be so kind to mark my answer as Accepted Answer.
To any other reader, please if you find this answer of any help solving your question,
please click on the thumbs-up vote link,
thanks in advance
John BG
  2 件のコメント
nadia
nadia 2016 年 8 月 17 日
thank you John, but if I want to calculate wavelet based contourlet, can this toolbox help me?or this is different from it?
John BG
John BG 2018 年 1 月 21 日
Hi Nadia
To the question, is there contourlet code? now you know there is.
To whether such tool may be of help solving your project or you may even be able to solve it without such toolbox, or with any other available tools, it's important firstly to define the problem to solve, that to this point has not been mentioned in this question.
So, would you like to define the problem to solve in this same question? or perhaps you would like to start another question clearly defining input data, processing to solve, expected output, .. anything that you may consider relevant for readers to help you.
If you decide to post another question with the specifics of the problem to solve with wavelets, with Minhdo's tool box, or else, please post a link to next question in this question, to better follow up?
regards
John BG

サインインしてコメントする。

その他の回答 (2 件)

Walter Roberson
Walter Roberson 2016 年 8 月 17 日
  6 件のコメント
Evangeline Dhivya
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.
Jan
Jan 2018 年 3 月 9 日
編集済み: Jan 2018 年 3 月 9 日
@Evangeline: Simply press the "Ask" button on top of this page. There you can insert your question.

サインインしてコメントする。


PRASHANT AMBADEKAR
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?

カテゴリ

Help Center および File ExchangeWavelet Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by