ENVI file reader, updated 2/9/2010

Read ENVI raster files. Supports all interleaves, data types (except complex) and byte orders.

現在この提出コンテンツをフォロー中です。

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 (2026). ENVI file reader, updated 2/9/2010 (https://jp.mathworks.com/matlabcentral/fileexchange/15629-envi-file-reader-updated-2-9-2010), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: geotiff reader

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
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.