What are the inputs to the ridgelet functions??
3 次查看(过去 30 天)
显示 更早的评论
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);
>>
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!