%进行合并处理
LDT = MergeImage(LDT1,LDT2,LDT3,LDT4,LDT5,LDT6,LDT7,LDT8,LDT9);
clear LDT1;
clear LDT2;
clear LDT3;
clear LDT4 ;
clear LDT5 ;
clear LDT6;
clear LDT7;
clear LDT8 ;
clear LDT9;
LDT4 =LDT;
clear LDT;
% save 20090430-4 LDT4;
% figure(3),imshow(real(LDT4),[]);title('第四个波段的亮温图像')
end
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
if parameter0_of_pushbutton2 == 1
%由于计算量比较大,节省演示时间,手动链接数据
end
% --- Executes on button press in pushbutton3.
function pushbutton3_Callback(hObject, eventdata, handles)
% hObject handle to pushbutton3 (see GCBO)
global HJ1B3%第三个波段的变量
global HJ1B4%第四个波段的变量
global parameter3_of_pushbutton2 %第二个按钮的参数变量,指示计算第三号波段
global parameter4_of_pushbutton2 %第二个按钮的参数变量,指示计算第四号波段
global parameter0_of_pushbutton2 %第二个按钮的参数变量,直接链接已经有计算好的数据进行演示
global LDT3%第三号波段的亮温数据
global LDT4%第四号波段的亮温数据
global LDT_N %由于数据量大,选择一块或几块作为实验数据进行实验原文请找腾讯752018766优,文-论'文.网http://www.youerw.com
figure(2),imshow(real(LDT3),[]);title('第三个波段的亮温图像')
figure(3),imshow(real(LDT4),[]);title('第四个波段的亮温图像')
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
%去除常温背景
% --- Executes on button press in pushbutton4.
function pushbutton4_Callback(hObject, eventdata, handles)
% hObject handle to pushbutton4 (see GCBO)
global HJ1B3%第三个波段的变量
global HJ1B4%第四个波段的变量
global parameter3_of_pushbutton2 %第二个按钮的参数变量,指示计算第三号波段
global parameter4_of_pushbutton2 %第二个按钮的参数变量,指示计算第四号波段
global parameter0_of_pushbutton2 %第二个按钮的参数变量,直接链接已经有计算好的数据进行演示
global LDT3%第三号波段的亮温数据
global LDT4%第四号波段的亮温数据
global LDT_N %由于数据量大,选择一块或几块作为实验数据进行实验
LDT34 = LDT3 - LDT4;%当然在计算这个量时,必须要计算第三和四号的波段的亮温数据
figure(4),imshow(LDT34,[]);title('去除常温背景后的图像')
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
%由于数据量比较大,为了减少演示时间,选择已经计算好的数据进行实验演示,利用“MODIS模型”进行实验
% --- Executes on button press in pushbutton5.
function pushbutton5_Callback(hObject, eventdata, handles)
% hObject handle to pushbutton5 (see GCBO)
global HJ1B3%第三个波段的变量
global HJ1B4%第原文请找腾讯752018766优,文-论'文.网http://www.youerw.com 个波段的变量
global parameter3_of_pushbutton2 %第二个按钮的参数变量,指示计算第三号波段
global parameter4_of_pushbutton2 %第二个按钮的参数变量,指示计算第四号波段
global parameter0_of_pushbutton2 %第二个按钮的参数变量,直接链接已经有计算好的数据进行演示
global LDT3%第三号波段的亮温数据
global LDT4%第四号波段的亮温数据
global LDT_N %由于数据量大,选择一块或几块作为实验数据进行实验
上一页 [1] [2] [3] [4] [5] [6] 下一页