• 大小: 140KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: 其他
  • 标签: 车牌识别  

资源简介

基于CNN的车牌识别字符模板,基于CNN的车牌识别字符模板,有相关问题请留言。

资源截图

代码片段和文件信息

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

% Last Modified by GUIDE v2.5 14-Jun-2009 19:57:52

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

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

% Update handles structure
guidata(hobject handles);

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


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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-12-02 12:03  字符模板\
     文件         660  2009-01-02 01:38  字符模板\0.jpg
     文件         511  2015-12-02 12:14  字符模板\1.jpg
     文件         809  2009-06-14 18:38  字符模板\2.jpg
     文件         815  2009-01-01 22:48  字符模板\3.jpg
     文件         641  2015-12-02 12:14  字符模板\4.jpg
     文件         796  2009-06-14 18:38  字符模板\5.jpg
     文件         829  2009-01-02 12:04  字符模板\6.jpg
     文件         583  2009-01-02 11:11  字符模板\7.jpg
     文件         854  2009-06-14 18:38  字符模板\8.jpg
     文件         778  2009-01-02 11:46  字符模板\9.jpg
     文件         803  2009-01-01 22:48  字符模板\A.jpg
     文件         807  2009-01-01 22:48  字符模板\B.jpg
     文件         771  2009-01-02 11:43  字符模板\C.jpg
     文件         656  2015-12-02 12:03  字符模板\D.jpg
     文件         605  2015-12-02 12:06  字符模板\E.jpg
     文件         568  2015-12-02 12:14  字符模板\F.jpg
     文件         693  2015-12-02 12:14  字符模板\G.jpg
     文件         663  2009-01-02 11:43  字符模板\H.jpg
     文件         520  2015-12-02 12:14  字符模板\I.jpg
     文件         566  2009-01-02 11:11  字符模板\J.jpg
     文件         764  2009-01-02 01:38  字符模板\k.jpg
     文件         473  2015-12-02 12:14  字符模板\L.jpg
     文件         611  2009-01-01 22:48  字符模板\M.jpg
     文件         712  2015-12-02 12:14  字符模板\N.jpg
     文件         699  2015-12-02 12:14  字符模板\O.jpg
     文件         656  2009-01-02 11:11  字符模板\P.jpg
     文件         782  2009-06-14 18:36  字符模板\Q.jpg
     文件       12426  2008-12-29 15:55  字符模板\Q2.jpg
     文件         709  2015-12-02 12:14  字符模板\R.jpg
     文件         740  2015-12-02 12:14  字符模板\S.jpg
............此处省略19个文件信息

评论

共有 条评论