• 大小: 633KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-14
  • 语言: Matlab
  • 标签: MATLAB  车牌识别  

资源简介

基于matlab的车牌识别,里边含有原理、素材、源代码,完整可用

资源截图

代码片段和文件信息

function varargout = chepaishibie(varargin)
% CHEPAISHIBIE MATLAB code for chepaishibie.fig
%      CHEPAISHIBIE by itself creates a new CHEPAISHIBIE or raises the existing
%      singleton*.
%
%      H = CHEPAISHIBIE returns the handle to a new CHEPAISHIBIE or the handle to
%      the existing singleton*.
%
%      CHEPAISHIBIE(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in CHEPAISHIBIE.M with the given input arguments.
%
%      CHEPAISHIBIE(‘Property‘‘Value‘...) creates a new CHEPAISHIBIE or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before chepaishibie_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to chepaishibie_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 chepaishibie

% Last Modified by GUIDE v2.5 27-Jun-2019 05:52:04

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
    ‘gui_Singleton‘  gui_Singleton ...
    ‘gui_OpeningFcn‘ @chepaishibie_OpeningFcn ...
    ‘gui_OutputFcn‘  @chepaishibie_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 chepaishibie is made visible.
function chepaishibie_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 chepaishibie (see VARARGIN)

% Choose default command line output for chepaishibie
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

% UIWAIT makes chepaishibie wait for user response (see UIRESUME)
% uiwait(handles.figure1);

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% --- Outputs from this function are returned to the command line.
function varargout = chepaishibie_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 stru

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        824  2019-07-16 14:23  车牌识别\1.jpg

     文件        803  2019-07-16 14:23  车牌识别\2.jpg

     文件        659  2019-07-16 14:23  车牌识别\3.jpg

     文件        798  2019-07-16 14:23  车牌识别\4.jpg

     文件        796  2019-07-16 14:23  车牌识别\5.jpg

     文件     184925  2019-06-21 12:59  车牌识别\5b696dbcN48f9cb01.jpg

     文件        882  2019-07-16 14:23  车牌识别\6.jpg

     文件        593  2019-07-16 14:23  车牌识别\7.jpg

     文件      75789  2017-12-29 13:49  车牌识别\car3.jpg

     文件      24625  2019-06-01 16:24  车牌识别\car_2.jpg

     文件     108836  2019-06-27 05:52  车牌识别\chepaishibie.fig

     文件       8248  2019-06-27 05:52  车牌识别\chepaishibie.m

     文件        392  2019-06-27 04:27  车牌识别\cut.m

     文件       1709  2019-06-27 04:34  车牌识别\dingwei.m

     文件        620  2019-06-27 03:36  车牌识别\fenge.m

     文件       1083  2019-06-27 04:34  车牌识别\fengeqian.m

     文件       3121  2019-06-27 04:33  车牌识别\HUIBAOYONG.m

     文件        462  2019-06-27 04:32  车牌识别\huidu_junzhihua.m

     文件        221  2019-06-27 04:32  车牌识别\huidu_lashen.m

     文件        172  2019-06-27 04:32  车牌识别\huidu_zhifangtu.m

     文件      28263  2019-06-27 10:42  车牌识别\u=1402464347135750843&fm=26&gp=0.jpg

     文件      27284  2019-06-27 10:41  车牌识别\u=2152768263157574884&fm=26&gp=0.jpg

     文件      25249  2019-06-27 10:43  车牌识别\u=4249939005132981950&fm=26&gp=0.jpg

     文件       1474  2019-06-27 04:31  车牌识别\zifushibie.m

     文件       8695  2019-06-21 13:12  车牌识别\下载 (2).jpg

     文件       8107  2019-06-21 13:15  车牌识别\下载 (3).jpg

     文件      10252  2019-06-21 13:16  车牌识别\下载 (5).jpg

     文件       1376  2017-12-04 17:13  车牌识别\字符模板0.jpg

     文件        594  2017-12-15 23:27  车牌识别\字符模板1.jpg

     文件       1362  2017-12-04 17:14  车牌识别\字符模板2.jpg

............此处省略67个文件信息

评论

共有 条评论