资源简介
本设计为基于matlab的烟雾火焰火灾识别系统,可读取视频或者图象,检测出是否有烟雾火焰,具备一个人机交互式GUI界面,功能强大,识别准确,同时配备相对应的操作说明和运行效果图,直接运行GUI文件即可完美运行。另外,诸如车牌,人脸,图象去雾,压缩,水印,疲劳检测,人数统计,声音信号处理等均可做技术交琉,欢迎一起探讨。
代码片段和文件信息
function varargout = GUI(varargin)
% GUI MATLAB code for GUI.fig
% GUI by itself creates a new GUI or raises the existing
% singleton*.
%
% H = GUI returns the handle to a new GUI or the handle to
% the existing singleton*.
%
% GUI(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in GUI.M with the given input arguments.
%
% GUI(‘Property‘‘Value‘...) creates a new GUI or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before GUI_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to GUI_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
% Edit the above text to modify the response to help GUI
% Last Modified by GUIDE v2.5 23-Mar-2018 21:46:51
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @GUI_OpeningFcn ...
‘gui_OutputFcn‘ @GUI_OutputFcn ...
‘gui_LayoutFcn‘ [] ...
‘gui_Callback‘ []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before GUI is made visible.
function GUI_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to GUI (see VARARGIN)
% Choose default command line output for GUI
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes GUI wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% 在运行主界面时隐藏一些控件
set(handles.axes1‘visible‘‘off‘);
set(handles.text1‘visible‘‘off‘);
% --- Outputs from this function are returned to the commandline.
function varargout = GUI_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
% --- Executes on button press in openvideo_button.
function openvideo_button_Callback(hobject eventdata handles)
% hobject handle to openvideo_button (see GCBO)
% eventdata reserved - to be defined in a future v
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4986 1989-03-16 00:22 Matlab火焰烟雾检测(GUI)\GUI.fig
文件 4498 1989-03-16 00:22 Matlab火焰烟雾检测(GUI)\GUI.m
文件 306 1989-03-16 00:43 Matlab火焰烟雾检测(GUI)\文字描述.txt
文件 11558312 2017-07-21 21:55 Matlab火焰烟雾检测(GUI)\火焰1.mp4
文件 593617 1989-03-16 00:21 Matlab火焰烟雾检测(GUI)\运行截图.png
文件 176 1989-03-16 00:29 Matlab火焰烟雾检测(GUI)\运行方式.txt
目录 0 2019-03-16 13:59 Matlab火焰烟雾检测(GUI)\
相关资源
- 滑模变结构控制MATLAB仿真 第3版 基本
- 帧间差分法matlab
- Matlab MPT工具箱 MPT3.2.1 (2019更新 稳
- 《模式识别与智能计算的MATLAB实现》
- 基于sift和SVM算法实现的手势识别 MA
- 数字图像处理第三版冈萨雷斯英文附
- 《精通MATLAB图像处理》全书pdf高清完
- 斯坦福机器学习公开课CS229讲义作业及
- MATLAB神经网络30个案例分析(高清版)
-
微网运行控制simuli
nk仿真,包含逆变 - MATLAB数据分析方法
- MATLAB图像处理:能力提高与应用案例
- MATLAB.Programming.for.Engineers.5th.Edition_2
- 卷积神经网络的matlab程序
- MATLAB优化算法案例分析与应用_进阶篇
- 精通MATLAB数字图像处理与识别书本代
- 冈萨雷斯数字图像处理MATLAB版图片及
- 人脸识别 MATLAB代码
- MNIST手写字体识别CNN+BP两种实现-Matl
- Matlab课程设计:对作业文档格式化批
-
MATLAB Simuli
nk系统仿真 课件 李献 - 基于MATLAB的数字图像处理研究_郑继刚
- 梁瑞宇赵力语音信号处理实验教程m
- 《卡尔曼滤波原理及应用-MATLAB仿真》
- 光流法包括LK光流,HS光流,论文,
- 节点电价预测,电力系统负荷预测
- MATLAB从入门到精通-pdf非扫描版本
- matlab_tdm_example
- 卷积神经网络matlab代码下载153575
- MATLAB小波变换.pdf
评论
共有 条评论