-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
S1
说明: pattern recognition MATLAB5
- 2010-04-08 04:18:04下载
- 积分:1
-
123456
说明: 论文:MIT_BIH心率失常数据库的识读及应用.pdf(fail to translate)
- 2011-03-24 11:13:04下载
- 积分:1
-
Fitting_with_MATLAB_1_
检查/剪裁的例子
孤立点检测实例
正交回归的例子
单因数变异数(泊松回归/逻辑回归)的例子
鲁棒回归的例子
特征选择的例子
常见的边坡问题的例子
(Censoring/clipping example
Outlier detection example
Orthogonal regression example
GLM (Poisson regression/logistic regression) example
Robust regression example
Feature selection example
Common slope problem example )
- 2012-04-23 13:28:11下载
- 积分:1
-
ca
MATLAB-Simulink的系统仿真技术与应用(将我拖到迅雷下载哦)(Simulation technology)
- 2012-06-13 16:36:58下载
- 积分:1
-
matlab_fem
关于fem算法及其源代码的一篇文章,后附有源代码,以查找无重复(fem with matlab and its instructions)
- 2009-04-06 22:07:07下载
- 积分:1
-
am_tes_dem
am demodulation with matlab
- 2011-05-29 03:54:31下载
- 积分:1
-
LM_Axx_Bx
Levenberg–Marquardt Matlab example: curve fitting A * x^2 + B * x
- 2014-10-20 11:34:11下载
- 积分:1
-
matlab
二分法,这是用matlab编写的c程序,数值方法(Matlab program)
- 2013-05-12 10:23:37下载
- 积分:1
-
registration
图像配准和融合相应程序,以及一些图片素材,里面又相应的说明,简单易懂(Image registration and fusion procedures, as well as some pictures material, which has the appropriate instructions, easy to understand)
- 2013-05-20 20:42:08下载
- 积分:1