What are the inputs to the ridgelet functions??

3 visualizaciones (últimos 30 días)
ASMA MOHAMMAD
ASMA MOHAMMAD el 19 de Jun. de 2021
Editada: Vinesh Katewa el 13 de Jul. de 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);
>>

Respuestas (1)

Vinesh Katewa
Vinesh Katewa el 13 de Jul. de 2021
Editada: Vinesh Katewa el 13 de Jul. de 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.

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by