필터 지우기
필터 지우기

error in Shearlet Transform Matlab

조회 수: 2 (최근 30일)
linou landini
linou landini 2021년 11월 13일
댓글: Walter Roberson 2021년 11월 20일
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);

답변 (1개)

Yusuf Suer Erdem
Yusuf Suer Erdem 2021년 11월 13일
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
linou landini
linou landini 2021년 11월 20일
@Walter Roberson Windows 7 no ?
Walter Roberson
Walter Roberson 2021년 11월 20일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by