What are the inputs to the ridgelet functions??

1 回表示 (過去 30 日間)
ASMA MOHAMMAD
ASMA MOHAMMAD 2021 年 6 月 19 日
編集済み: Vinesh Katewa 2021 年 7 月 13 日
Error using fft_iso_idwt (line 54)
Unsuitable input length
Error in iridgelet (line 34)
yp = fft_iso_idwt( rt(1,:), L, md );
Error in mrea (line 16)
RT =iridgelet( img1,50,0);
>>

回答 (1 件)

Vinesh Katewa
Vinesh Katewa 2021 年 7 月 13 日
編集済み: Vinesh Katewa 2021 年 7 月 13 日
Hi Asma Mohammad,
The iridgelet function computes the inverse ridgelet transform, it takes the ridgelet tranform and the number of scales in ridgelet transform to output the reconstructed image.
iridgelet is a part of ridgelet and curvelet toolbox, which is one of the several submissions in MATALB File Exchange on MATLAB Central which is a forum for our product users to interact, exchange information and knowledge, without MathWorks' involvement. Feel free to contact the author of this submission directly for specific questions about the implementation.
Hope this helps.

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by