毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 论文 >> 正文

红外技术探测隐蔽目标或森林火模拟源代码 第2页

更新时间:2010-12-20:  来源:毕业论文
红外技术探测隐蔽目标或森林火模拟源代码 第2页
% 新建一个窗口
movegui(gcf,'west');
hResult1 = figure( 'name','处理演示','menubar','none', 'numbertitle', 'off');
axis off;
axes('parent',hResult1,'position',[0.0 0.0 0.8 0.8],'visible','off');
movegui(gcf,'east');
subplot(2,2,1),imshow(im_1,[]);
title('实拍地下目标红外图像','FontName','隶书','FontSize',16,'color',[0 0 1]);
% hObject    handle to pushbutton1 (see GCBO)
% 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 pushbutton2.
% 载入与红外图像相应的可见光图像
function pushbutton2_Callback(hObject, eventdata, handles)

global im_1;
global hResult1;
global filename1;
global yh;
global N;
global M;
global ll_lev3;
global h;
global L;
global fenjieshishu;
global yuzhishishu;

%选择图片路径
[filename,pathname] = ...
uigetfile({'*.jpg';'*.bmp';'*.gif';'*.tif'},'选择与红外图像相应的可见光图像');
%合成路径+文件名
str = [pathname filename];
%读取图片
im=imread(str);
figure(hResult1);
subplot(2,2,2),imshow(im,[]);
title('实拍对应的可见光图像','FontName','隶书','FontSize',16,'color',[0 0 1]);
% hObject    handle to pushbutton2 (see GCBO)
% 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 pushbutton3.
% 载入带温度示意的图像
function pushbutton3_Callback(hObject, eventdata, handles)
%选择图片路径
[filename,pathname] = ...
uigetfile({'*.jpg';'*.bmp';'*.gif';'*.tif'},'选择带温度示意的图像');

global im_1;
global hResult1;
global filename1;
global yh;
global N;
global M;
global ll_lev3;
global h;
global L;
global fenjieshishu;
global yuzhishishu;

%合成路径+文件名
str = [pathname filename];
%读取图片原文请找腾讯752018766辣,文-论'文.网http://www.751com.cn
im=imread(str);
figure(hResult1);
subplot(2,2,3), imshow(im,[]);
title('温度示意图像','FontName','隶书','FontSize',16,'color',[0 0 1]);
% hObject    handle to pushbutton3 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

% 从输入参数得到分角层数
function edit2_Callback(hObject, eventdata, handles)
% hObject    handle to edit2 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

global im_1;
global hResult1;
global filename1;
global yh;
global N;
global M;
global ll_lev3;
global h;
global L;
global fenjieshishu;
global yuzhishishu;

fenjieshishu = str2double(get(hObject,'String'));
fenjieshishu = fenjieshishu;
% Hints: get(hObject,'String') returns contents of edit2 as text
%        str2double(get(hObject,'String')) returns contents of edit2 as a double

%从输入参数得到阈值系数
function edit3_Callback(hObject, eventdata, handles)
% hObject    handle to edit3 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

global im_1;

上一页  [1] [2] [3] [4] 下一页

红外技术探测隐蔽目标或森林火模拟源代码 第2页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。