Can I read Erdas Imagine file formats in MATLAB?

조회 수: 5 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
답변: Eric Sargent 2020년 12월 9일
I would like to read in an ERDAS Imagine (.IMG) file directly. I have been unable to find any examples on how this could be done using MATLAB.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
The ability to read Erdas Imagine files is not available in MATLAB. The MULTIBANDREAD function reads raw, uncompressed binary data stored in one of three simple configurations. It does not support the Erdas Imagine (.IMG) format.
As a workaround, convert the file from Erdas Imagine .IMG format into a format that IMREAD accepts. This conversion will need to be performed in another application. A list of these formats is available in the documentation for IMREAD which is available by typing "doc imread" at the MATLAB command prompt.

추가 답변 (1개)

Eric Sargent
Eric Sargent 2020년 12월 9일
Starting in R2020a, the readgeoraster function can read ERDAS Imagine files.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by