资源简介
二维码识别,matlab代码,内附二维码,内有界面,选择输入,注意输入顺序!
代码片段和文件信息
function varargout = main(varargin)
% MAIN MATLAB code for main.fig
% MAIN by itself creates a new MAIN or raises the existing
% singleton*.
%
% H = MAIN returns the handle to a new MAIN or the handle to
% the existing singleton*.
%
% MAIN(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in MAIN.M with the given input arguments.
%
% MAIN(‘Property‘‘Value‘...) creates a new MAIN or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before main_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to main_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 main
% Last Modified by GUIDE v2.5 20-Apr-2014 14:55:44
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @main_OpeningFcn ...
‘gui_OutputFcn‘ @main_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 main is made visible.
function main_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 main (see VARARGIN)
% Choose default command line output for main
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes main wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = main_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) %%%%%%%%打开图像
global im;
[filenamepathname]=uigetfile({‘*.*‘;‘*.bmp‘;‘*.jpg‘;‘*.tif‘;‘*.jpg‘}‘选择图像‘);
if isequal(filename0)||isequal(pathname0)
errordlg(‘您还没有
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-06-05 19:26 QR\
文件 66614 2014-04-26 19:37 QR\11.bmp
文件 242934 2014-04-20 10:00 QR\13.bmp
文件 11262 2014-04-16 15:02 QR\4.jpg
文件 53062 2014-04-20 11:25 QR\I_otsu.bmp
文件 91078 2014-04-27 09:31 QR\KL.bmp
文件 156006 2014-04-20 09:53 QR\caise3.bmp
文件 11157 2014-06-05 19:31 QR\main.asv
文件 4530 2014-04-20 14:55 QR\main.fig
文件 11166 2014-06-05 19:31 QR\main.m
文件 1007 2014-04-20 11:14 QR\otsut.m
文件 670 2014-06-05 19:20 QR\qrgen.m
文件 372550 2014-04-11 18:31 QR\zxing17.jar
文件 14542 2013-03-21 13:30 QR\zxing2.jar
文件 563 2014-06-05 19:19 QR\zxing_decode.m
文件 911 2014-06-05 19:17 QR\备注.txt
- 上一篇:MIMO通信系统matlab实现
- 下一篇:AD603的ACG电路
相关资源
- MIMO通信系统matlab实现
- matlab 读取、制作视频操作,入门必备
- 加噪matlab椒盐噪声,高斯噪声
- MATLAB图像分割提取算法源代码车牌识
- 内弹道求解程序
- 自适应滤波器matlab仿真246008
- MATLAB期末论文
- MATLAB-gui各种功能代码
- 数值方法matlab版源代码
- 机械设计计算齿轮强度校核M文件
- matlab优化算法源码大全
- 数字下变频的matlab算法仿真,雷达方
- matlab2010b链接+安装教程链接+crack破解
- MATLAB\\心电滤波效果查看器GUI设计
- 蜂窝网络TDOA定位方法的Fang算法研究及
- 计算李雅普诺夫特性指数的matlab函数
- BP神经网络matlab(简单而经典)
- C4.5算法matlab实现以及西瓜数据集.ra
- MATLAB 代码 基于C-V模型的水平集图像分
- 结构化svm代码-matlab版
- matlab 语音识别系统源代码
- 自适应门限法图像二值化(matlab)
- matlab牛头刨床
- Sobel边缘检测matlab实现
- matlab 产生正弦、方波、三角波函数
- matlab2014b 完全破解文件,解决编译e
- matlab 自动识别物体
- ISODATA聚类算法matlab实现
- 合成孔径雷达RD算法Matlab仿真
- 不变矩Matlab代码
评论
共有 条评论