-
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
-
jabber-testsuite-1.0.2.tar
jabber 的配套测试工具(1)- 用于批量注册用户(./userreg -h host- u numerofusers -n beginwith)(jabber matching test tools (1)- for volume users (./Userreg-h host-u numerofusers-n beginwith))
- 2005-08-03 10:46:30下载
- 积分:1
-
Desktop
GPS mode for modeling and mode for modelingmode for modelingmode for modelingmode for modelingmode for modeling
- 2011-06-22 21:22:02下载
- 积分:1
-
opticalwaveguiderefractionindex
这是一个利用matlab求解光波导折射率与其波导深度的模拟程序,利用的是wkb法(This is a use of Matlab for its optical waveguide refractive index waveguide depth simulation program, wkb use of the law)
- 2007-04-09 11:30:03下载
- 积分:1
-
pm_haar
MATLAB函数为pm哈尔1-D DWT算法
离散哈尔的基本原理小波变换(MATLAB function for pm Haar 1-D DWT algorithm,Fundamentals of the discrete Haar wavelet transform)
- 2013-11-23 22:28:31下载
- 积分:1
-
ssim_mscale_new
multi scale structural similarity index
- 2013-09-25 19:07:13下载
- 积分:1
-
c2_ejemplo_barra_con_carga_axial_exacta_vs_bvp4c
matlabFEM is fem lab progrma source code to solve equation diferential
- 2013-09-23 12:18:32下载
- 积分:1
-
kalmanwhite
运用卡尔曼滤波的知识,给带有噪声的语音信号去噪,变平滑。(Noise reduction by Calman filtering)
- 2017-09-26 11:01:16下载
- 积分:1
-
PCA
pca进行主成分分析的源代码,对人脸识别,超分辨率有很好的作用(pca principal component analysis of the source code)
- 2010-03-09 15:56:09下载
- 积分:1
-
MIMO2by2_16QAM_SoIC+Turbo
MIMO2by2_16QAM_SoIC+Turbo迭代检测simulink链路,编码方式为卷积码,收端采用软干扰抵消+APP译码进行迭代检测(MIMO2by2_16QAM_SoIC Turbo iterative testing Simulink Chains, coding for convolutional codes, admission-soft-interference cancellation APP iterative decoding Detection)
- 2007-01-25 10:27:06下载
- 积分:1