이 질문을 팔로우합니다.
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다.
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다.
error in Shearlet Transform Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
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
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
2021년 11월 13일
편집: linou landini
2021년 11월 13일
@Yusuf Suer Erdem it does not work using circleGS , using it's exemple it's the same error https://www.mathworks.com/help/wavelet/ref/shearletsystem.filterbank.html?s_tid=doc_ta#d123e35325
linou landini
2021년 11월 13일
@Yusuf Suer Erdem i didn't have the matrix
>> [numRows,numCols] = size(circleGS);
Undefined function or variable 'circleGS'.
linou landini
2021년 11월 13일
error : Out of memory. The likely cause is an infinite recursion within the program.
Error in resample1 (line 6)
y = resample1(x, type, shift, extmod);
Yusuf Suer Erdem
2021년 11월 14일
load mask
load circleGS
[numRows,numCols] = size(circleGS);
sls = shearletSystem('ImageSize',[numRows numCols],'FilterBoundary','truncated');
[psi,scale,shear,cone] = filterbank(sls);
When I write 'load circleGS' command, it worked for me. Try this way please.
Walter Roberson
2021년 11월 14일
As we discussed in a different one of your Questions, you are not going to be able to solve the resample1() infinite loop on your own. You need someone to rewrite the installation process for you, as the documented installation process is only valid up to Windows Vista.
I do not have a Windows development system so I cannot put together the instructions for you.
linou landini
2021년 11월 14일
@Walter Roberson so shearlab doesn't work in windows professional with this installation process?
Walter Roberson
2021년 11월 15일
That installation process would work with Windows XP Professional.
There was no "Professional" edition of Windows Vista.
The installation process would not work with any edition of Windows 7, Windows 8, Windows 10, or Windows 11.
Walter Roberson
2021년 11월 15일
At the moment I do not know if it could be run in Windows 10, but the installation procedure is wrong for Windows 10.
Walter Roberson
2021년 11월 15일
I suspect Shearlab could be run on Windows 10 if it were properly installed. However, the available installation instructions are only valid up to Windows Vista.
Walter Roberson
2021년 11월 15일
편집: Walter Roberson
2021년 11월 15일
As I posted earlier, "I do not have a Windows development system so I cannot put together the instructions for you."
I am not sure if I even have any Windows PCs. The one PC I own has been sitting the basement for rather a long time. It might literally be older than you are. I have no idea whether it still boots.
Walter Roberson
2021년 11월 17일
I do not have the tools needed to solve this problem for you, and it would cost me a lot of money to buy the tools.
Walter Roberson
2021년 11월 20일
In R2016a, the supported compilers included:
- SDK 7.1 -- which takea a lot of work to use with Windows 10
- several Microsoft professional editions, with no supported Community or Express editions
- MinGW 4.9.2. Installing this for R2016a requires implementing changes from a bug report https://www.mathworks.com/support/bugreports/1741173 and then installing https://www.mathworks.com/matlabcentral/fileexchange/52848-matlab-support-for-mingw-w64-c-c-compiler (at the moment I do not recall whether Add-On Explorer back in R2016a was able to install MinGW; my memory is telling me that in R2016a a number of people were having difficulty installing MinGW that required changing some of the system environment variables.)
R2016a was supported on WIndows 10, though (R2015a was the first MATLAB with Windows 10 support)
Walter Roberson
2021년 11월 20일
No. As I have said repeatedly, the installation method for the software will only work for Windows Vista and some earlier versions of Windows.
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.
참고 항목
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!오류 발생
페이지가 변경되었기 때문에 동작을 완료할 수 없습니다. 업데이트된 상태를 보려면 페이지를 다시 불러오십시오.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
아시아 태평양
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)