error in Shearlet Transform Matlab

3 vues (au cours des 30 derniers jours)
linou landini
linou landini le 13 Nov 2021
Commenté : Walter Roberson le 20 Nov 2021
When I test this code:
error : sls = shearletSystem('ImageSize',[numRows numCols],'FilterBoundary','truncated');
Undefined function or variable 'shearletSystem'.
[numRows,numCols] = size(circleGS);
sls = shearletSystem('ImageSize',[numRows numCols],'FilterBoundary','truncated');
[psi,scale,shear,cone] = filterbank(sls);

Réponses (1)

Yusuf Suer Erdem
Yusuf Suer Erdem le 13 Nov 2021
load mask
[numRows,numCols] = size(circleGS);
sls = shearletSystem('ImageSize',[numRows numCols],'FilterBoundary','truncated');
[psi,scale,shear,cone] = filterbank(sls);
Try this way by adding 'load mask' command above. If something goes check your circleGS matrix. It should work.
  22 commentaires
linou landini
linou landini le 20 Nov 2021
@Walter Roberson Windows 7 no ?
Walter Roberson
Walter Roberson le 20 Nov 2021
I just checked a technical reference, and it appears that I might have been mistaken. According to what I am looking at now, you would need Windows XP, not the later Windows Vista.
Windows 7 is out of the question, not possible for that installation process.

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by