您好,欢迎来到中国企业库   [请登陆]  [免费注册]
小程序  
APP  
微信公众号  
手机版  
 [ 免责声明 ]     [ 举报 ]
企业库免费B2B网站
搜产品 搜企业
客服电话:400-000-8722

(代码)基于matlab的手势识别


代码介绍:

基于matlab开发的手势识别,里面有测试代码和图片 还有一个可以运行的.fig文件,可以直接运行的.并且同时分享了matlab的源码,效果很不错,可以学习和参考.相比C++开发的要简单易懂,可以通过代码了解手势识别的方法和原理,可以先学习matlab版的手势识别,再尝试编写C++和opencv版的。

部分代码预览:

function varargout = hougege(varargin)

% HOUGEGE M-file for hougege.fig

% HOUGEGE, by itself, creates a new HOUGEGE or raises the existing

% singleton*.

%

% H = HOUGEGE returns the handle to a new HOUGEGE or the handle to

% the existing singleton*.

%

% HOUGEGE('CALLBACK',hObject,eventData,handles,...) calls the local

% function named CALLBACK in HOUGEGE.M with the given input arguments.

%

% HOUGEGE('Property','Value',...) creates a new HOUGEGE or raises the

% existing singleton*. Starting from the left, property value pairs are

% applied to the GUI before hougege_OpeningFunction gets called. An

% unrecognized property name or invalid value makes property application

% stop. All inputs are passed to hougege_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

% Copyright 2002-2003 The MathWorks, Inc.

% Edit the above text to modify the response to help hougege

% Last Modified by GUIDE v2.5 31-May-2011 22:38:43

% Begin initialization code - DO NOT EDIT

gui_Singleton = 1;

gui_State = struct('gui_Name', mfilename, ...

'gui_Singleton', gui_Singleton, ...

'gui_OpeningFcn', @hougege_OpeningFcn, ...

'gui_OutputFcn', @hougege_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 hougege is made visible.

function hougege_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 hougege (see VARARGIN)

% Choose default command line output for hougege

handles.output = hObject;

% Update handles structure

guidata(hObject, handles);

% UIWAIT makes hougege wait for user response (see UIRESUME)

% uiwait(handles.figure1);

% --- Outputs from this function are returned to the command line.

function varargout = hougege_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;


codeforge是一个程序源代码开发分享网站。现在全球已经有100W程序员加入了这个大家庭。他们已经共享了无数条资源,他们渴望更多的知识输入与输出,他们在这里等你。

推荐微信号给身边的程序员们吧,我们每天将推送不同的代码内容。让我们一起学习~


点击下方阅读原文查看本文更多内容


郑重声明:以上文章来源于网络,版权归原作者及其所在单位,其原创性以及文中陈述文字和内容未经(企业库www.qiyeku.com)证实,请读者仅作参考,并请自行核实相关内容。若本文有侵犯到您的版权, 请你提供相关证明及申请并与我们联系(qiyeku # qq.com)或【在线投诉】,我们审核后将会尽快处理。
会员咨询QQ群:902340051 入群验证:企业库会员咨询.

新的文章
 

codeforge源代码分享

微信号:codeforge-jiu
功能介绍:了解网站最新上传代码信息,每日免费代码下载分享