資源簡介
資源來源于DoveJay,由于原程序不能顯示圖像,因此做了修改。需要不修改的請到http://download.csdn.net/download/dovejay/9820610下載

代碼片段和文件信息
clc;
close?all;
clear?all;
%im1=imread(‘C:\Users\Administrator\Desktop\remote?sensing\Reno_Radiance_wIGMGLT\band1.tif‘);
im1?=?multibandread(‘001.dat‘?[145?145?220]??‘uint16‘?0?‘bsq‘?‘ieee-le‘);
for?i=105:115?%顯示105-115波段
imb=im1(::i);
figure;imshow(imb[?])
end
%?imb=imb-min(min(imb));
%?imb=imb/max(max(imb));
%imb=double(imb);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????9251000??2015-04-05?15:55??hyperspectral_image_read\001.dat
?????文件????9543540??2015-04-05?15:55??hyperspectral_image_read\001.dat.enp
?????文件????????147??2015-04-05?15:55??hyperspectral_image_read\001.hdr
?????文件????????356??2017-11-18?17:33??hyperspectral_image_read\hsi_read.m
?????文件????????222??2017-04-20?19:22??hyperspectral_image_read\readme.txt
?????文件?????????82??2011-12-01?13:09??hyperspectral_image_read\__MACOSX\._92AV3C.tif
?????目錄??????????0??2015-04-14?20:22??hyperspectral_image_read\__MACOSX
?????目錄??????????0??2017-11-18?17:14??hyperspectral_image_read
-----------?---------??----------?-----??----
?????????????18795347????????????????????8
評論
共有 條評論