What are the inputs to the ridgelet functions??

1 Ansicht (letzte 30 Tage)
ASMA MOHAMMAD
ASMA MOHAMMAD am 19 Jun. 2021
Bearbeitet: Vinesh Katewa am 13 Jul. 2021
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);
>>

Antworten (1)

Vinesh Katewa
Vinesh Katewa am 13 Jul. 2021
Bearbeitet: Vinesh Katewa am 13 Jul. 2021
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.

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by