error in shear Undefined function or variable 'shearletTransformSpect'. Error in shear (line 6) [ST,Psi] = shearletTransformSpect(A); ? how to define shearletTransformSpect
Afficher commentaires plus anciens
% create image
A = VideoReader('peng.mp4');
tic
% shearlet transform
[ST,Psi] = shearletTransformSpect(A);
% inverse shearlet transform
C = inverseShearletTransformSpect(ST,Psi);
3 commentaires
Walter Roberson
le 3 Nov 2018
Have you installed the shearlet toolbox from shearlab.org?
Note: you might need to double(A) to pass it into any of the shearlab routines
rubab ali
le 3 Nov 2018
Modifié(e) : Walter Roberson
le 3 Nov 2018
Walter Roberson
le 3 Nov 2018
That appears to be the wrong toolbox. The appropriate toolbox appears to be one described at Fast Finite Shearlet Transform: a tutorial by Sören Häuser, which used to be at http://www.mathematik.uni-kl.de/~haeuser/FFST . I cannot seem to find any copies of that now. I do see there is a python port of it available through https://github.com/grlee77/PyShearlets
Réponses (1)
rubab ali
le 3 Nov 2018
0 votes
Catégories
En savoir plus sur Image Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!