ENVI file reader, updated 2/9/2010
I = ENVIREAD(FILENAME) Reads an ENVI binary file into an array using the information from the corresponding header file FILENAME.hdr. The output structure I contains fields I.x, I.y, I.z and I.info containing the x-coordinate vector, y-coordinate vector, images data and header info, respectively. I.z will be in whatever number format (double, int, etc.) as in the envi file.
I= ENVIREAD(FILENAME,HEADERFILE); Uses the header information in headerfile.
'
Thanks to Yushin Ahn for his modifications.
NOTES:
-Geo-registration does not currently support rotated images.
- No support for importing complex data .
Citar como
Ian Howat (2025). ENVI file reader, updated 2/9/2010 (https://la.mathworks.com/matlabcentral/fileexchange/15629-envi-file-reader-updated-2-9-2010), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Mathematics and Optimization > Mapping Toolbox > Data Import and Export >
- Radar > Mapping Toolbox > Data Import and Export >
Etiquetas
Agradecimientos
Inspiración para: geotiff reader
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.2.0.0 | - Restored functionality for reading BIL and BIP interleave formats. |
||
| 1.1.0.0 | -Inserted envireadhdr function as a subfunction.
|
||
| 1.0.0.0 | Fixed summary. |
