ENVI file reader, updated 2/9/2010

版本 1.2.0.0 (3.4 KB) 作者: Ian Howat
Read ENVI raster files. Supports all interleaves, data types (except complex) and byte orders.
6.6K 次下载
更新时间 2010/2/9

查看许可证

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 .

引用格式

Ian Howat (2024). ENVI file reader, updated 2/9/2010 (https://www.mathworks.com/matlabcentral/fileexchange/15629-envi-file-reader-updated-2-9-2010), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Import and Export 的更多信息
致谢

启发作品: geotiff reader

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

- Restored functionality for reading BIL and BIP interleave formats.

1.1.0.0

-Inserted envireadhdr function as a subfunction.
-changes output to be structure format
-modified fread loop to handle larger files.

1.0.0.0

Fixed summary.