• 大小: 9.47MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-01-27
  • 语言: Matlab
  • 标签: MATLA  身份  

资源简介

MATLAB的身份证识别系统,通过身份证图片,识别身份证上的数字和文字

资源截图

代码片段和文件信息

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

% Last Modified by GUIDE v2.5 28-May-2013 11:48:47

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

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

% Update handles structure
guidata(hobject handles);

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


% --- Outputs from this function are returned to the command line.
function varargout = id_rec_gui_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 browse.
function browse_Callback(hobject eventdata handles)
% hobject    handle to browse (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure w

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

     文件      36242  2013-05-21 14:18  二代身份证识别系统\Data\13042519680705345X.jpg

     文件     256620  2013-05-19 23:12  二代身份证识别系统\Data\13042519920901493X.jpg

     文件     201748  2013-05-21 13:08  二代身份证识别系统\Data\21021119821218141X.jpg

     文件      29163  2013-05-21 14:39  二代身份证识别系统\Data\21021219830720051X.jpg

     文件     223989  2013-05-21 13:21  二代身份证识别系统\Data\230103198602230916.jpg

     文件     151329  2013-05-21 14:15  二代身份证识别系统\Data\321201198803041041.jpg

     文件     126503  2013-05-21 14:22  二代身份证识别系统\Data\321323198703060214.jpg

     文件     204014  2013-05-21 14:08  二代身份证识别系统\Data\330522195004014528.jpg

     文件      84418  2013-05-21 13:52  二代身份证识别系统\Data\340204198203201533.jpg

     文件      76729  2013-05-20 17:34  二代身份证识别系统\Data\342221198803111580.jpg

     文件      63640  2013-05-21 17:02  二代身份证识别系统\Data\350583198402048395.jpg

     文件      35647  2013-05-21 16:12  二代身份证识别系统\Data\350583198403165470.jpg

     文件      59963  2013-05-21 12:46  二代身份证识别系统\Data\350583198612056633.jpg

     文件      25729  2013-05-21 16:10  二代身份证识别系统\Data\350623199108016054.jpg

     文件      90882  2013-05-21 13:08  二代身份证识别系统\Data\350802198911236018.jpg

     文件     100201  2013-05-20 22:09  二代身份证识别系统\Data\359001196508300023.jpg

     文件     121035  2013-05-21 14:20  二代身份证识别系统\Data\370222196004180038.jpg

     文件      92372  2013-05-21 16:04  二代身份证识别系统\Data\370284198107052715.jpg

     文件     159643  2013-05-20 22:06  二代身份证识别系统\Data\37292419840823003X.jpg

     文件     157392  2013-05-21 17:02  二代身份证识别系统\Data\410823197207264473.jpg

     文件      46543  2013-05-21 16:06  二代身份证识别系统\Data\411324198203073439.jpg

     文件     141253  2013-05-21 13:49  二代身份证识别系统\Data\411402198903146501.jpg

     文件      28746  2013-05-21 16:08  二代身份证识别系统\Data\411503198610053338.jpg

     文件      31294  2013-05-21 16:10  二代身份证识别系统\Data\413023196110103344.jpg

     文件     209171  2013-05-21 13:47  二代身份证识别系统\Data\420222198309280439.jpg

     文件      29038  2013-05-21 15:56  二代身份证识别系统\Data\430481198605160581.jpg

     文件     125997  2013-05-19 23:15  二代身份证识别系统\Data\430523197603204314.jpg

     文件      57130  2013-05-20 22:37  二代身份证识别系统\Data\432421197509097915.jpg

     文件      51407  2013-05-20 23:13  二代身份证识别系统\Data\432930194901170013.jpg

     文件      97548  2013-05-21 14:20  二代身份证识别系统\Data\433026196303040020.jpg

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

评论

共有 条评论