Can I read Erdas Imagine file formats in MATLAB?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 27 Jun. 2009
Beantwortet: Eric Sargent
am 9 Dez. 2020
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.
Akzeptierte Antwort
MathWorks Support Team
am 27 Jun. 2009
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.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!