Borrar filtros
Borrar filtros

error in Shearlet Transform Matlab

2 visualizaciones (últimos 30 días)
linou landini
linou landini el 13 de Nov. de 2021
Comentada: Walter Roberson el 20 de Nov. de 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);

Respuestas (1)

Yusuf Suer Erdem
Yusuf Suer Erdem el 13 de Nov. de 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 comentarios
linou landini
linou landini el 20 de Nov. de 2021
@Walter Roberson Windows 7 no ?
Walter Roberson
Walter Roberson el 20 de Nov. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing 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