ENVI file reader, updated 2/9/2010

버전 1.2.0.0 (3.36 KB) 작성자: Ian Howat
Read ENVI raster files. Supports all interleaves, data types (except complex) and byte orders.
다운로드 수: 6.7K
업데이트 날짜: 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.