-
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
-
bb
说明: 对广义预测控制算法的性能指标进行改进从而编写的程序,可以达到更好的控制效果。(By improving preparation procedures on the performance index of generalized predictive control algorithm, and can obtain better control result.)
- 2015-02-25 17:04:04下载
- 积分:1
-
gatbx
经典gatbx遗传算法工具箱,包含说明文档(failed to translate)
- 2013-05-08 20:48:23下载
- 积分:1
-
KPCA
核主成分分析是一种流行的非线性特征提取方法(
Kernel principal component analysis is a popular nonlinear feature extraction method)
- 2014-01-07 19:38:43下载
- 积分:1
-
sparse_test-master
matlab源码,对稀疏编码算法的实现以及测试,内含详细程序。(The matlab source code, implementation and testing of sparse coding algorithm, containing detailed program.)
- 2014-01-04 19:39:03下载
- 积分:1
-
AAR-Track-Irr
AAR美国六级谱计算程序,用于生成高铁线路随机不平顺(Random Irregularity The AAR United States six spectral calculation procedures used to generate the high-speed rail line)
- 2021-03-14 15:09:23下载
- 积分:1
-
OFDMxitong
OFDM系统的实现过程包括收发端的调制解调过程(OFDM system implementation process, including the process of sending and receiving end of the modem)
- 2014-12-05 12:07:31下载
- 积分:1
-
ond_six_pas
It is an inverter six steps (indirect) (three phase)
- 2013-11-17 05:49:07下载
- 积分:1
-
New Folder (3)
说明: 实现原始LBP特征提取,并通过统计直方图进行提取,(The original LBP feature is extracted by statistical histogram,)
- 2020-03-03 13:51:23下载
- 积分:1
-
visualodo
Visual odometry m file source for vision guys
- 2012-06-24 05:12:31下载
- 积分:1