필터 지우기
필터 지우기

how to obtain .hdr files from .mat

조회 수: 8 (최근 30일)
Mohammed Younus
Mohammed Younus 2022년 10월 18일
댓글: Mohammed Younus 2022년 10월 23일
Hello,
and in the tutorial, jasperRidge2_R198.hdr file used, I have looked for this file in the specific format and I can only find jasperRidge2_R198.mat.
how do I obtain jasperRidge2_R198.hdr file?
Do I need to convert jasperRidge2_R198.mat to jasperRidge2_R198.hdr ? If yes, how can I do it?
Thank You
  댓글 수: 2
dpb
dpb 2022년 10월 18일
Maybe they saved the result of creating the hypercube object from the header file as a .mat file -- see what you get if you just load it. If you're lucky you can then just carry on from there.
You can always just use
whos -file jasperRidge2_R198.mat
to see what's inside it first...
Mohammed Younus
Mohammed Younus 2022년 10월 23일
Thank you

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

채택된 답변

Harsha
Harsha 2022년 10월 21일
There is no need to convert ‘.mat’ file to ‘.hdr’.
Download “hyperspectral image library” from the Add-ons menu present in the environment section of the home tab.
No need to find the ‘jasperRidge2_R198.hdr’ file, just mention name in the function as shown in the example document, it should work without issues as the library location is already added to the path.
If needed ‘jasperRidge2_R198.hdr’ file can be found in the following location.
C:\ProgramData\MATLAB\SupportPackages\R2022a<your version name here>\toolbox\images\supportpackages\hyperspectral\hyperdata
The following screenshots can be used for reference

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Display Point Clouds에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by