资源简介
MATLAB多方法车牌识别系统(bp+模板+GUI).zip
代码片段和文件信息
function varargout = chepaishibiegui(varargin)
% CHEPAISHIBIEGUI MATLAB code for chepaishibiegui.fig
% CHEPAISHIBIEGUI by itself creates a new CHEPAISHIBIEGUI or raises the existing
% singleton*.
%
% H = CHEPAISHIBIEGUI returns the handle to a new CHEPAISHIBIEGUI or the handle to
% the existing singleton*.
%
% CHEPAISHIBIEGUI(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in CHEPAISHIBIEGUI.M with the given input arguments.
%
% CHEPAISHIBIEGUI(‘Property‘‘Value‘...) creates a new CHEPAISHIBIEGUI or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before chepaishibiegui_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to chepaishibiegui_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 chepaishibiegui
% Last Modified by GUIDE v2.5 01-Feb-2020 17:50:29
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @chepaishibiegui_OpeningFcn ...
‘gui_OutputFcn‘ @chepaishibiegui_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 chepaishibiegui is made visible.
function chepaishibiegui_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 chepaishibiegui (see VARARGIN)
% Choose default command line output for chepaishibiegui
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes chepaishibiegui wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = chepaishibiegui_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 pushbutto
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-02-03 17:15 MATLAB多方法车牌识别系统(bp+模板+GUI)\
目录 0 2020-02-03 17:15 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\
文件 533 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\1.jpg
文件 636 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\2.jpg
文件 633 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\3.jpg
文件 634 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\4.jpg
文件 573 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\5.jpg
文件 637 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\6.jpg
文件 637 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\7.jpg
文件 2344 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\after average licence plate.jpg
文件 2511 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\binary licence plate.jpg
文件 23598 2020-02-03 16:57 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\chepaishibiegui.fig
文件 11839 2020-02-03 17:03 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\chepaishibiegui.m
文件 2440 2020-02-03 17:12 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\dw.jpg
目录 0 2020-02-03 16:53 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\
文件 1592 2008-10-17 18:58 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\1.bmp
文件 1592 2008-10-17 19:03 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\10.bmp
文件 1592 2008-10-17 19:03 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\11.bmp
文件 1592 2008-11-04 23:19 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\12.bmp
文件 1592 2008-11-04 23:22 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\13.bmp
文件 1592 2008-10-17 19:04 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\14.bmp
文件 1592 2008-10-17 19:05 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\15.bmp
文件 1592 2008-10-18 18:19 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\16.bmp
文件 1592 2008-10-17 19:06 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\17.bmp
文件 1592 2008-10-17 19:06 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\18.bmp
文件 1592 2008-10-17 19:07 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\19.bmp
文件 1592 2008-10-17 18:59 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\2.bmp
文件 1592 2008-10-17 19:07 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\20.bmp
文件 1592 2008-10-17 19:07 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\21.bmp
文件 1592 2008-10-17 21:05 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\22.bmp
文件 1592 2008-10-17 19:09 MATLAB多方法车牌识别系统(bp+模板+GUI)\源码GUI\example\23.bmp
............此处省略67个文件信息
相关资源
- MATLAB人脸识别考勤系统摄像头,记录
- 四旋翼MATLAB仿真文件实验报告.zip
-
4.1基于Simuli
nk的图像、视频处理.z -
Simuli
nk的低通数字滤波器的仿真分析 - matlabR2017b迅雷种子文件及安装教程.
- 最优化方法及其matlab程序实现.zip
- 5d5680a96365f0e9a0c7114890f97460.mobi
- 《全面详解LTE:MATLAB建模、仿真与实
- XXXXXXRobustControlDesignwithMATLAB.pdf
- matlab图像处理包括数据反演以及其他
- Matlab常用32种算法.zip
- 传感器网络节点定位算法matlab代码.
- 基于DCT变换和DFT变换的数字图像压缩
- 10900257雷达系统设计MATLAB仿真.pdf
- 神经网络、遗传算法、支持向量机、
- 《先进PID控制MATLAB仿真第3版》仿真程
- 雷达系统设计MATLAB仿真.pdf196612
- 滑模变结构控制MATLAB仿真(第1版)(
- [Matlab作品]matlab实现视频中动态目标跟
- zw_qq_15023225-7501331-S函数的BP神经网络
- zw_construct04-691593-_matlab_box.zip
- zw_MATLAB版源代码.zip
- zw_TSP_matlab_c_高斯去噪.zip
- zw_matlab官方文档.zip
- zw_MATLAB中文文档.zip
- 电磁场数值计算与MATLAB仿真1.pdf
- MATLABDeepLearning.rar
- MassiveMIMO信号检测算法以及信道估计算
- 精通GUI图形界面编程(MATLAB电子书)
- zw_MATLAB神经网络30个案例分析全书源代
评论
共有 条评论