资源简介
基于Matlab的职能识别系统,用MATLAB的gui模块,分成两个button,对车牌进行切割识别
代码片段和文件信息
function varargout = chepai(varargin)
% CHEPAI MATLAB code for chepai.fig
% CHEPAI by itself creates a new CHEPAI or raises the existing
% singleton*.
%
% H = CHEPAI returns the handle to a new CHEPAI or the handle to
% the existing singleton*.
%
% CHEPAI(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in CHEPAI.M with the given input arguments.
%
% CHEPAI(‘Property‘‘Value‘...) creates a new CHEPAI or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before chepai_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to chepai_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 chepai
% Last Modified by GUIDE v2.5 08-Jun-2018 21:14:20
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @chepai_OpeningFcn ...
‘gui_OutputFcn‘ @chepai_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 chepai is made visible.
function chepai_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 chepai (see VARARGIN)
% Choose default command line output for chepai
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes chepai wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = chepai_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 pushbutton1.
function pushbutton1_Callback(hobject eventdata handles)
% hobject handle to pushbutton1 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structur
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 918 2018-06-08 21:21 基于Matlab车牌识别系统\1.jpg
文件 559 2018-06-08 21:21 基于Matlab车牌识别系统\2.jpg
文件 656 2018-06-08 21:21 基于Matlab车牌识别系统\3.jpg
文件 649 2018-06-08 21:21 基于Matlab车牌识别系统\4.jpg
文件 626 2018-06-08 21:21 基于Matlab车牌识别系统\5.jpg
文件 646 2018-06-08 21:21 基于Matlab车牌识别系统\6.jpg
文件 622 2018-06-08 21:21 基于Matlab车牌识别系统\7.jpg
文件 125024 2018-06-08 21:14 基于Matlab车牌识别系统\chepai.fig
文件 9767 2018-06-08 21:20 基于Matlab车牌识别系统\chepai.m
文件 1799 2017-06-17 09:51 基于Matlab车牌识别系统\getword.m
文件 705 2017-06-16 21:17 基于Matlab车牌识别系统\my_imsplit.m
文件 660 2009-01-02 01:38 基于Matlab车牌识别系统\字符模板\0.jpg
文件 482 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\1.jpg
文件 12351 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\2.jpg
文件 793 2017-06-23 19:55 基于Matlab车牌识别系统\字符模板\3.jpg
文件 12022 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\4.jpg
文件 12340 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\5.jpg
文件 797 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\6.jpg
文件 583 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\7.jpg
文件 789 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\8.jpg
文件 778 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\9.jpg
文件 806 2017-06-23 19:52 基于Matlab车牌识别系统\字符模板\A.jpg
文件 884 2017-06-23 19:54 基于Matlab车牌识别系统\字符模板\B.jpg
文件 771 2009-01-02 11:43 基于Matlab车牌识别系统\字符模板\C.jpg
文件 662 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\D.jpg
文件 11865 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\E.jpg
文件 11722 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\F.jpg
文件 12276 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\G.jpg
文件 439 2017-06-17 11:17 基于Matlab车牌识别系统\字符模板\H.jpg
文件 11563 2017-06-14 10:53 基于Matlab车牌识别系统\字符模板\I.jpg
............此处省略38个文件信息
- 上一篇:软阈值小波去噪matlab
- 下一篇:优化方法的拟牛顿法Matlab代码
相关资源
- 车牌识别matlab代码
- 简单matlab车牌字符分割
- matlab程序,实现车牌图片的识别
- MATLAB-车牌识别代码打包.zip
- 车牌识别小程序
- matlab的车牌定位提取
- 车牌识别系统
- MATLAB车牌去雾+识别.rar
- 模板匹配算法车牌识别
- 基于神经网络的车牌识别matlab
- MATLAB车牌识别-神经网络代码
- 毕设车牌识别程序 -matlab
- 基于MATLAB的车牌识别程序
- 基于matlab的汽车牌照识别
- Matlab车牌识别系统含GUI界面.zip
- MATLAB车牌识别出入库计时计费(语音
- matlab车牌识别系统
- chepai 车牌识别系统
- chepaishibie 一个车牌识别的小程序
- licenceplatecharacterrecognitionprogram 能完成
- BP_Neural_Netwok-Recognition_License_Plate(M
- 47457821nicecaridentity 一个很好的车牌识
- presentation 车牌识别的全套MATLAB算法
- yuanchuang1 车牌识别的一个完整程序
- yigechepaishibiedechengxu 车牌识别
- LPR-neural-network 我自己做的一个基于神
- chepaishibie 基于matlab的车牌识别
- MATLAB-Identification-number 基于matlab 写的
- matlab-license-plate-recognition matlab车牌识
- opencv-3
评论
共有 条评论