이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
GEOTIFF_READ: read geotiff using imread and assign map info from infinfo.
I = GEOTIFF_READ('filename');
Reads whole images
I = GEOTIFF_READ('filename','pixel_subset', [minx maxx miny maxy]);
I = GEOTIFF_READ('filename','map_subset' , [minx maxx miny maxy]);
extract subset of the specified.
% output:
I.z, image data
I.x, x coordinate in map
I.y, y coordinate in map
I.info, misc. info
imshow(I.z, 'xdata', I.x, 'ydata', I.y);
shows image with map coordinate
% Version by Yushin Ahn
% Glacier Dynamics Laboratory,
% Byrd Polar Resear Center, Ohio State University
% Referenced enviread.m (Ian Howat)
인용 양식
Yushin Ahn (2026). geotiff reader (https://kr.mathworks.com/matlabcentral/fileexchange/29425-geotiff-reader), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: ENVI file reader, updated 2/9/2010
도움 준 파일: How to drape Landsat images over Bedmap2 topography, geotiffinterp
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
