• 大小: 1.88M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-17
  • 语言: Matlab
  • 标签: 其他  

资源简介

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个文件信息

评论

共有 条评论